UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

4 lines (3 loc) 214 B
import { IvrTesterPlugin } from "../plugins/IvrTesterPlugin"; import { Config } from "../configuration/Config"; export declare const callConnectedTimeout: ({ msTimeoutWaitingForCall, }: Config) => IvrTesterPlugin;