UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 310 B
/** Represents an order of VoIP lines */ export interface VoIPLineOrder { /** Whether or not this order need to be payed manually */ needPayment: boolean; /** */ orderId: number; /** */ orderUrl: string; /** */ taskIds: number[]; } //# sourceMappingURL=VoIPLineOrder.d.ts.map