GetSectionsResponse
type GetSectionsResponse = {
nextCursor: string | null;
results: Section[];
};
Response from retrieving sections.
See
https://todoist.com/api/v1/docs#tag/Sections/operation/get_sections_api_v1_sections_get
Properties
nextCursor
nextCursor: string | null;
results
results: Section[];