X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/714e665e783490e3710a772bc54c2c062965e812..341b552800f6866fc3f73b4f6c1468425e485694:/src/models/collection-file.ts diff --git a/src/models/collection-file.ts b/src/models/collection-file.ts index d74ada6008..37e18cfc0d 100644 --- a/src/models/collection-file.ts +++ b/src/models/collection-file.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { Tree, createTree, setNode } from './tree'; +import { Tree, createTree, setNode, TreeNodeStatus } from './tree'; export type CollectionFilesTree = Tree; @@ -60,6 +60,11 @@ export const createCollectionFilesTree = (data: Array()); }; \ No newline at end of file