Interface FindDataSourcesQuery

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

Hierarchy (view full)

Properties

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