Added central action for navigation
[arvados-workbench2.git] / src / models / resource.ts
index 4c198fb8cac56548a5d2ba4357c0ef271af2fcad..28bb349d82761c08a630b6fd1a8d752908434d04 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 export interface Resource {
     name: string;
     createdAt: string;
@@ -5,7 +9,7 @@ export interface Resource {
     uuid: string;
     ownerUuid: string;
     href: string;
-    kind: string;
+    kind: ResourceKind;
 }
 
 export enum ResourceKind {