PALLETE: {
AGRISADOS: { color: string; title: string }[];
CLAROS: { color: string; title: string }[];
OSCUROS: { color: string; title: string }[];
VIVOS: { color: string; title: string }[];
} = ...
Type Declaration
AGRISADOS: { color: string; title: string }[]
CLAROS: { color: string; title: string }[]
OSCUROS: { color: string; title: string }[]
VIVOS: { color: string; title: string }[]