@gridscale/api
Version:
gridscale API Wrapper
17 lines (15 loc) • 498 B
JavaScript
;
/* 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