UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 307 B
/** Snapshot type */ export var NetAppSnapshotTypeEnum; (function (NetAppSnapshotTypeEnum) { NetAppSnapshotTypeEnum["automatic"] = "automatic"; NetAppSnapshotTypeEnum["manual"] = "manual"; NetAppSnapshotTypeEnum["system"] = "system"; })(NetAppSnapshotTypeEnum || (NetAppSnapshotTypeEnum = {}));