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' | 'gcp'
| 'scality' | 'scality'
| 'pfs' | 'pfs'
| 'scality'; | 'scality'
| 'dmf';
name: string; name: string;
objectId: string; objectId: string;
details: { [key: string]: any }; details: { [key: string]: any };