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