export default interface IValidateAuthChatRecordOptionalParams { authenticatedUserToken?: string; chatId?: string; }