GetCommentsArgs
type GetCommentsArgs = {
cursor: string | null;
limit: number;
projectId: never;
taskId: string;
};
Arguments for retrieving comments.
Type declaration
Name | Type |
---|---|
cursor ? | string | null |
limit ? | number |
projectId ? | never |
taskId | string |
See
https://todoist.com/api/v1/docs#tag/Comments/operation/get_comments_api_v1_comments_get