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