GetSectionsArgs
type GetSectionsArgs = {
cursor?: string | null;
limit?: number;
projectId: string | null;
};
Arguments for retrieving sections.
See
https://todoist.com/api/v1/docs#tag/Sections/operation/get_sections_api_v1_sections_get
Properties
cursor?
optional cursor: string | null;
limit?
optional limit: number;
projectId
projectId: string | null;