UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

11 lines (10 loc) 228 B
export interface IvrNumber { /** * Phone number that you've rented in Twilio from which the call will be made */ from: string; /** * Phone number of the IVR call flow to test */ to: string; }