1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import { ResourceKind } from 'models/resource';
6 import { GroupResource } from './group';
8 export type SearchBarAdvancedFormData = {
12 projectObject?: GroupResource;
14 pastVersions: boolean;
20 properties: PropertyValue[];
23 export interface PropertyValue {