/**
 * 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;
