UNPKG

@microsoft/omnichannel-chat-sdk

Version:
9 lines (8 loc) 337 B
/** * Reserved for future per-handler streaming configuration. Currently empty. * Defined as a named type so adding fields later does not require changing * the public method signature on OmnichannelChatSDK or ACSConversation. */ export interface OnStreamingMessageOptionalParams { } export default OnStreamingMessageOptionalParams;