UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 217 B
/** Format of the notification mail. "html" will include a preview image of the fax */ export declare enum FaxMailFormatEnum { 'html' = "html", 'text' = "text" } //# sourceMappingURL=FaxMailFormatEnum.d.ts.map