X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6653b7a7edbac351f5b3734114d6b5904dda1acc..5cefad212822a48c83af1d38cbe14368c0cb1a20:/src/models/mount-types.ts diff --git a/src/models/mount-types.ts b/src/models/mount-types.ts index 52b29499bb..db87db18cd 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; }