UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 265 B
/** All states a Credential can be in */ export declare enum CredentialStateEnum { 'expired' = "expired", 'pendingValidation' = "pendingValidation", 'refused' = "refused", 'validated' = "validated" } //# sourceMappingURL=CredentialStateEnum.d.ts.map