Interface ListDataSourcesForIntegrationQuery

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

Hierarchy (View Summary)

Properties

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