Skip to main content

Comment

Represents a comment on a task or project in Todoist.

See

https://developer.todoist.com/sync/v9/#notes

Extends

  • TypeOf<typeof CommentSchema>

Properties

PropertyType
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; }
contentstring
idstring
postedAtstring
projectIdnull | string
taskIdnull | string