RealTimeTextInformation type
information required for each line of real time text
type RealTimeTextInformation = {
displayName: string
finalizedTimeStamp: Date
id: number
isMe?: boolean
isTyping: boolean
message: string
userId?: string
}