X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dcbc5a6fce31857b47ef82274d7ca637ece04e78..3acd5eca12d4c828e454dfe636ee72bdd44745c7:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index c0dbc1dcab..2b16ea2523 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -24,6 +24,7 @@ export const getCollectionUrl = (uuid: string) => { }; export enum CollectionType { + GENERAL = 'nil', OUTPUT = 'output', LOG = 'log', }