1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import { Resource } from "./resource";
6 import { TagProperty } from "~/models/tag";
8 export interface LinkResource extends Resource {
13 properties: TagProperty;
16 export enum LinkClass {
19 PERMISSION = 'permission',