/* 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',
}