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

    Interface FindDataSourcesQuery

    interface FindDataSourcesQuery {
        universalDataSourceId?: string;
        integrationId?: string;
        limit?: number;
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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