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 SearchBarAdvancedFormData = {
12 pastVersions: boolean;
18 properties: PropertyValue[];
21 export interface PropertyValue {