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