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