GetProjectsArgs
type GetProjectsArgs = {
cursor?: string | null;
limit?: number;
};
Arguments for retrieving projects.
See
https://developer.todoist.com/api/v1/#tag/Projects/operation/get_projects_api_v1_projects_get
Properties
cursor?
optional cursor: string | null;
limit?
optional limit: number;