export default interface IGetChatTranscriptsOptionalParams { authenticatedUserToken?: string; currentLiveChatVersion?: number; }