Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Chan 9ce690fd11 ARSN-231: add DMF location type 2022-06-15 10:23:25 -07:00
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ export type Location = {
| 'gcp'
| 'scality'
| 'pfs'
| 'scality';
| 'scality'
| 'dmf';
name: string;
objectId: string;
details: { [key: string]: any };