X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f5127724c5ca39a59a08ba20f843e530b0650be9..e25c40c23679763255fa94bce653a106b2187abc:/src/models/search-bar.ts diff --git a/src/models/search-bar.ts b/src/models/search-bar.ts index 9fadc2af..4df5c38f 100644 --- a/src/models/search-bar.ts +++ b/src/models/search-bar.ts @@ -4,15 +4,21 @@ import { ResourceKind } from '~/models/resource'; -export interface SearchBarAdvanceFormData { +export type SearchBarAdvanceFormData = { type?: ResourceKind; cluster?: ClusterObjectType; - project?: string; + projectUuid?: string; inTrash: boolean; dateFrom: string; dateTo: string; saveQuery: boolean; searchQuery: string; + properties: PropertyValues[]; +} & PropertyValues; + +export interface PropertyValues { + key: string; + value: string; } export enum ClusterObjectType {