UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 236 B
/** Available sending method for fax campaign */ export declare enum FaxCampaignSendTypeEnum { 'automatic' = "automatic", 'manual' = "manual", 'scheduled' = "scheduled" } //# sourceMappingURL=FaxCampaignSendTypeEnum.d.ts.map