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