diff --git a/striker-ui/types/AnvilSharedStorage.d.ts b/striker-ui/types/AnvilSharedStorage.d.ts index b7fca1d7..9d493b76 100644 --- a/striker-ui/types/AnvilSharedStorage.d.ts +++ b/striker-ui/types/AnvilSharedStorage.d.ts @@ -6,7 +6,7 @@ declare type AnvilSharedStorageNode = { }; declare type AnvilSharedStorageFileSystem = { - mountPoint: string; + mount_point: string; nodes: Array; };