UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 173 B
/** Power states of a Dedicated */ export declare enum PowerStateEnum { 'poweroff' = "poweroff", 'poweron' = "poweron" } //# sourceMappingURL=PowerStateEnum.d.ts.map