Membrane SDK - v0.2.1
    Preparing search index...

    Interface ListDataSourcesForIntegrationQuery

    interface ListDataSourcesForIntegrationQuery {
        universalDataSourceId?: string;
        limit?: number;
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    universalDataSourceId?: string
    limit?: number
    cursor?: string