UNPKG

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

Version:
11 lines (10 loc) 331 B
import * as platformClient from 'purecloud-platform-client-v2'; interface GenesysPlatformApiAuth { region: string; oAuthClientId: string; oAuthClientSecret: string; } export declare function configurePlatformClients(auth: GenesysPlatformApiAuth): Promise<{ convoApi: platformClient.ConversationsApi; }>; export {};