AddSectionArgs
type AddSectionArgs = {
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
name
name: string;
order?
optional order: number | null;
projectId
projectId: string;