UNPKG

@gridscale/api

Version:
17 lines (15 loc) 498 B
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.StorageVariant = void 0; /** * Storage variant (one of local or distributed). */ var StorageVariant; (function (StorageVariant) { StorageVariant["DISTRIBUTED"] = "distributed"; StorageVariant["LOCAL"] = "local"; })(StorageVariant = exports.StorageVariant || (exports.StorageVariant = {})); //# sourceMappingURL=StorageVariant.js.map