Type alias MessageContent
MessageContent: { content: string; content_type: MessageContentTypeEnum; created_at: string; deleted: boolean; deleted_at: string | null; id: number; updated_at: string; } Type declaration
content: string
created_at: string
deleted: boolean
deleted_at: string | null
id: number
updated_at: string
Represents the pieces of content that can comprise an existing message.