UNPKG

@ovotech/genesys-web-messaging-tester-cli

Version:
11 lines (10 loc) 303 B
/// <reference types="node" /> import { ValidationError } from 'joi'; export declare function validateGenesysEnvVariables(env: NodeJS.ProcessEnv): { genesysVariables?: { region: string; oAuthClientId: string; oAuthClientSecret: string; }; error?: ValidationError; };