Interface ListDataSourcesForIntegrationQuery

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

Hierarchy (view full)

Properties

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