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 = {
17 properties: PropertyValue[];
20 export interface PropertyValue {