Skip to main content

Label

type Label = {
color: string;
id: string;
isFavorite: boolean;
name: string;
order: null | number;
};

Represents a label in Todoist.

Type Declaration

NameType
colorstring
idstring
isFavoriteboolean
namestring
ordernull | number

See

https://todoist.com/api/v1/docs#tag/Labels