ThreadedComment
type ThreadedComment = { id: string; parentId?: string; ref: string; resolved?: boolean;};Properties
Section titled “Properties”| Property | Type |
|---|---|
id | string |
parentId? | string |
ref | string |
resolved? | boolean |
type ThreadedComment = { id: string; parentId?: string; ref: string; resolved?: boolean;};| Property | Type |
|---|---|
id | string |
parentId? | string |
ref | string |
resolved? | boolean |