UNPKG

@microsoft/omnichannel-chat-sdk

Version:
6 lines (5 loc) 175 B
import ILiveChatContext from "./ILiveChatContext"; export default interface IStartChatOptionalParams { liveChatContext?: ILiveChatContext; preChatResponse?: object; }