UNPKG

@gridscale/api

Version:
12 lines (11 loc) 268 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Storage type (one of storage, storage_high, storage_insane). */ export enum StorageType { STORAGE = 'storage', STORAGE_HIGH = 'storage_high', STORAGE_INSANE = 'storage_insane', }