Duration
Represents the duration of a task.
See
https://developer.todoist.com/sync/v9/#deadlines
Extends
TypeOf
<typeofDurationSchema
>
Properties
Property | Type |
---|---|
amount | number |
unit | "minute" | "day" |
Represents the duration of a task.
https://developer.todoist.com/sync/v9/#deadlines
TypeOf
<typeof DurationSchema
>Property | Type |
---|---|
amount | number |
unit | "minute" | "day" |