UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

15 lines (12 loc) 433 B
import { TelephonyFaxQualityEnum } from './TelephonyFaxQualityEnum.js'; import { TelephonyFaxSendingTries } from './TelephonyFaxSendingTries.js'; type FreefaxFreefaxProperties = { faxMaxCall?: TelephonyFaxSendingTries; faxQuality?: TelephonyFaxQualityEnum; faxTagLine?: string; fromEmail?: string; fromName?: string; number?: string; redirectionEmail?: string[]; }; export { FreefaxFreefaxProperties };