X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8d374520f28b507e8934d57be46374044fb93e2f..05010c44073b52c0e414d180cfc21bae215c4d33:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index 9a5d2ee2..defaca76 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -70,4 +70,5 @@ export enum CollectionType { GENERAL = 'nil', OUTPUT = 'output', LOG = 'log', + INTERMEDIATE = 'intermediate', }