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