15856: Adds a conditional warning icon on the breadcrumbs and collection panel.
[arvados.git] / src / models / collection.ts
index 72075fdb5309fd0f1d2006fb94dc9fc2da10c742..ca2b4b36d6965e42cba58467bf7041f9beee85b4 100644 (file)
@@ -20,6 +20,7 @@ export interface CollectionResource extends TrashableResource {
     currentVersionUuid: string;
     version: number;
     preserveVersion: boolean;
+    unsignedManifestText?: string;
 }
 
 export const getCollectionUrl = (uuid: string) => {