UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 199 B
/** Softphone token input */ export interface SoftphoneTokenInput { /** Email to receive the generated provisioning token */ email: string; } //# sourceMappingURL=SoftphoneTokenInput.d.ts.map