@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
9 lines (8 loc) • 337 B
TypeScript
/**
* 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;