UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 131 B
/** Account's state */ export declare enum StateEnum { 'off' = "off", 'rw' = "rw" } //# sourceMappingURL=StateEnum.d.ts.map