X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e79b7364ea28b6f0719c9adf409ba1217b9ccac8..d1c2611350e47527730f6d3b226b998abf15a607:/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; }