Represents a comment on a task or project in Todoist.
See
https://developer.todoist.com/sync/v9/#notes
Extends
TypeOf
<typeof CommentSchema
>
Properties
Property | Type |
---|
attachment | | null | { fileDuration : null | number ; fileName : null | string ; fileSize : null | number ; fileType : null | string ; fileUrl : null | string ; image : null | string ; imageHeight : null | number ; imageWidth : null | number ; resourceType : string ; title : null | string ; uploadState : null | "pending" | "completed" ; url : null | string ; } |
content | string |
id | string |
postedAt | string |
projectId | null | string |
taskId | null | string |