UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 260 B
/** Status of DKIM deployment */ export declare enum DKIMStatusEnum { 'disabled' = "disabled", 'enabled' = "enabled", 'error' = "error", 'modifying' = "modifying", 'toConfigure' = "toConfigure" } //# sourceMappingURL=DKIMStatusEnum.d.ts.map