RealTimeTextInformation type
informações necessárias para cada linha de texto em tempo real
type RealTimeTextInformation = {
displayName: string
finalizedTimeStamp: Date
id: number
isMe?: boolean
isTyping: boolean
message: string
userId?: string
}