Integration App SDK - v0.2.0
    Preparing search index...

    Interface DataLocationSpecBase

    interface DataLocationSpecBase {
        type: DataLocationType;
        key?: string;
        name: string;
        parametersSchema?: DataSchema;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key?: string
    name: string
    parametersSchema?: DataSchema