UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 223 B
/** The current state of a contract agreement */ export declare enum AgreementStateEnum { 'ko' = "ko", 'obsolete' = "obsolete", 'ok' = "ok", 'todo' = "todo" } //# sourceMappingURL=AgreementStateEnum.d.ts.map