node-ovh-ts
Version:
OVH API wrapper library for TypeScript
10 lines (7 loc) • 342 B
TypeScript
import { TelephonyLineNotificationsLogsFrequencyEnum } from './TelephonyLineNotificationsLogsFrequencyEnum.js';
type TelephonyLineNotificationsLogsOptions = {
email?: string | null;
frequency?: TelephonyLineNotificationsLogsFrequencyEnum | null;
sendIfNull?: boolean | null;
};
export { TelephonyLineNotificationsLogsOptions };