Type Alias ListDataSourceInstancesForConnectionQuery

ListDataSourceInstancesForConnectionQuery: PaginationQuery & {
    dataSourceId?: string;
}