Project
Represents a project in Todoist.
See
https://todoist.com/api/v1/docs#tag/Projects
Extends
TypeOf
<typeofProjectSchema
>
Properties
Property | Type |
---|---|
color | string |
id | string |
isFavorite | boolean |
isInboxProject | boolean |
isShared | boolean |
isTeamInbox | boolean |
name | string |
order | null | number |
parentId | null | string |
url | string |
viewStyle | string |