UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 200 B
/** Types of action you can request for your mail */ export declare enum ActionEnum { 'BLOCK' = "BLOCK", 'PURGE' = "PURGE", 'UNBLOCK' = "UNBLOCK" } //# sourceMappingURL=ActionEnum.d.ts.map