GetCommentsResponse
type GetCommentsResponse = {
nextCursor: string | null;
results: Comment[];
};
Response from retrieving comments.
Type declaration
Name | Type |
---|---|
nextCursor | string | null |
results | Comment [] |
See
https://todoist.com/api/v1/docs#tag/Comments/operation/get_comments_api_v1_comments_get