Defined in: components/CommentsPanel.tsx:14 Struct representing a single document comment or reply.
Properties
approved
approved: number
Defined in: components/CommentsPanel.tsx:24
author_id
author_id: number
Defined in: components/CommentsPanel.tsx:18
author_name
author_name: string
Defined in: components/CommentsPanel.tsx:19
content
content: string
Defined in: components/CommentsPanel.tsx:20
created_at
created_at: string
Defined in: components/CommentsPanel.tsx:25
id
id: number
Defined in: components/CommentsPanel.tsx:15
parent_id
parent_id:Defined in: components/CommentsPanel.tsx:17number|null
quoted_text
quoted_text:Defined in: components/CommentsPanel.tsx:21string|null
relative_path
relative_path: string
Defined in: components/CommentsPanel.tsx:16
resolved_by
resolved_by:Defined in: components/CommentsPanel.tsx:23string|null
status
status:Defined in: components/CommentsPanel.tsx:22"open"|"resolved"
updated_at
updated_at:Defined in: components/CommentsPanel.tsx:26string|null
