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