UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

16 lines (13 loc) 360 B
import { XdslOperatorTypeEnum } from './XdslOperatorTypeEnum.js'; type XdslIncident = { comment?: string; creationDate?: Date; departments?: string[]; endDate?: Date | null; id?: number; nra?: string[]; operators?: XdslOperatorTypeEnum[]; taskId?: number | null; taskReference?: string | null; }; export { XdslIncident };