export default interface EndChatOptionalParams {
    isSessionEnded?: boolean;
}
