UNPKG

@gridscale/api

Version:
11 lines (10 loc) 212 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Storage variant (one of local or distributed). */ export enum StorageVariant { DISTRIBUTED = 'distributed', LOCAL = 'local', }