/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * Storage variant (one of local or distributed).
 */
export enum StorageVariant {
    DISTRIBUTED = 'distributed',
    LOCAL = 'local',
}