UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (12 loc) 282 B
type TelephonyFaxCampaign = { countFailed?: number; countSuccess?: number; countTotal?: number; dateEnd?: Date | null; dateStart?: Date | null; id?: number; name?: string; reference?: string; status?: string; }; export { TelephonyFaxCampaign };