UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 280 B
/** Format of the notification mail. "html" will include a preview image of the fax */ export var FaxMailFormatEnum; (function (FaxMailFormatEnum) { FaxMailFormatEnum["html"] = "html"; FaxMailFormatEnum["text"] = "text"; })(FaxMailFormatEnum || (FaxMailFormatEnum = {}));