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