import LiveChatContext from "./LiveChatContext"; export default interface EmailLiveChatTranscriptOptionaParams { liveChatContext?: LiveChatContext; }