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;
17 properties: PropertyValue[];
20 export interface PropertyValue {
25 export enum ClusterObjectType {
26 INDIANAPOLIS = "indianapolis",
27 KAISERAUGST = "kaiseraugst",