Integration App SDK - v1.14.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