UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 346 B
/** Trunk external displayed number validation */ export interface TrunkExternalDisplayedNumberValidation { /** telephony.Task id of the validation phone call */ phoneCallTaskId: number; /** Validation code to type during phone call */ validationCode: string; } //# sourceMappingURL=TrunkExternalDisplayedNumberValidation.d.ts.map