GetProjectsResponse
type GetProjectsResponse = {
nextCursor: string | null;
results: Project[];
};
Response from retrieving projects.
Type declaration
Name | Type |
---|---|
nextCursor | string | null |
results | Project [] |
See
https://todoist.com/api/v1/docs#tag/Projects/operation/get_projects_api_v1_projects_get