UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 180 B
/** VOIP line services */ export interface VoipLineService { /** */ billingAccount: string; /** */ domain: string; } //# sourceMappingURL=VoipLineService.d.ts.map