UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 206 B
/** State of the agreement */ export declare enum AgreementStatusEnum { 'ko' = "ko", 'obsolete' = "obsolete", 'ok' = "ok", 'todo' = "todo" } //# sourceMappingURL=AgreementStatusEnum.d.ts.map