UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 296 B
import { TelephonyTaskStatusEnum } from './TelephonyTaskStatusEnum.js'; type TelephonyTask = { action?: string; message?: string | null; objectCreated?: string | null; serviceType?: string; status?: TelephonyTaskStatusEnum; taskId?: number; }; export { TelephonyTask };