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;
}[]