export interface UmbDataTypeCollectionFilterModel { skip?: number; take?: number; name?: string; editorUiAlias?: string; editorAlias?: string; }