Skip to main content

SyncLabel

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

Represents a label returned by the Sync API.

Type Declaration

NameType
colorstring
idstring
isDeleted?boolean
isFavoriteboolean
namestring
order?number | null