UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 342 B
import { TelephonyLineNotificationsLogsFrequencyEnum } from './TelephonyLineNotificationsLogsFrequencyEnum.js'; type TelephonyLineNotificationsLogsOptions = { email?: string | null; frequency?: TelephonyLineNotificationsLogsFrequencyEnum | null; sendIfNull?: boolean | null; }; export { TelephonyLineNotificationsLogsOptions };