UNPKG

@microsoft/omnichannel-chat-sdk

Version:
6 lines (5 loc) 136 B
export default interface ACSClientConfig { token: string; environmentUrl: string; tokenRefresher?: () => Promise<string>; }