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
| Name | Type |
|---|---|
color | string |
id | string |
isDeleted? | boolean |
isFavorite | boolean |
name | string |
order? | number | null |