Skip to main content

Label

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

Represents a label in Todoist.

Type Declaration

NameType
colorstring
idstring
isFavoriteboolean
namestring
ordernumber | null

See

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