X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/019459c71713b979cb4cc34ec3a91a947d2c235a..62cb779efb0b098c05053e957c765a807467b28b:/src/models/mount-types.ts diff --git a/src/models/mount-types.ts b/src/models/mount-types.ts index 52b29499..db87db18 100644 --- a/src/models/mount-types.ts +++ b/src/models/mount-types.ts @@ -22,7 +22,7 @@ export type MountType = export interface CollectionMount { kind: MountKind.COLLECTION; uuid?: string; - portableDataHash?: string; + portable_data_hash?: string; path?: string; writable?: boolean; }