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