UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

7 lines (6 loc) 186 B
import { ValidationError } from "joi"; import { Config } from "./Config"; export declare const validateConfig: (config: Config) => { config?: Config; error?: ValidationError; };