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