WebhookLabel
type WebhookLabel = {
color: string;
id: string;
isDeleted: boolean;
isFavorite: boolean;
name: string;
order: number | null;
};
A label as delivered in a webhook payload.
Type Declaration
| Name | Type | Default value |
|---|---|---|
color | string | - |
id | string | - |
isDeleted | boolean | - |
isFavorite | boolean | - |
name | string | - |
order | number | null | itemOrder |