export type * from './repository/types.js'; export interface UmbSegmentCollectionFilterModel { skip?: number; take?: number; }