AddSectionArgs
type AddSectionArgs = {
description?: string;
name: string;
order?: number | null;
projectId: string;
};
Arguments for creating a new section.
See
https://developer.todoist.com/api/v1/#tag/Sections/operation/create_section_api_v1_sections_post
Properties
description?
optional description: string;
Optional description for the section (Markdown).
name
name: string;
order?
optional order: number | null;
projectId
projectId: string;