1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import { ResourceKind } from '~/models/resource';
7 export type SearchBarAdvanceFormData = {
9 cluster?: ClusterObjectType;
16 properties: PropertyValues[];
19 export interface PropertyValues {
21 propertyValue: string;
24 export enum ClusterObjectType {
25 INDIANAPOLIS = "indianapolis",
26 KAISERAUGST = "kaiseraugst",