import type { UmbDataSourceResponse } from '../../repository/index.js'; import type { UmbPagedModel } from '../../repository/types.js'; import type { UmbCollectionFilterModel } from '../collection-filter-model.interface.js'; export interface UmbCollectionDataSource { getCollection(filter: FilterType): Promise>>; }