UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 225 B
/** Mail state enum */ export declare enum StateEnum { 'bounce' = "bounce", 'force' = "force", 'ko' = "ko", 'ok' = "ok", 'purging' = "purging", 'spam' = "spam" } //# sourceMappingURL=StateEnum.d.ts.map