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