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