GetProjectsArgs
type GetProjectsArgs = {
cursor: string | null;
limit: number;
};
Arguments for retrieving projects.
Type declaration
Name | Type |
---|---|
cursor ? | string | null |
limit ? | number |
See
https://todoist.com/api/v1/docs#tag/Projects/operation/get_projects_api_v1_projects_get