UNPKG

ivr-tester-cli

Version:

CLI for automated testing of IVR call flows

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