interface TextColor {
    id: number;
    name: string;
    hex_code: string;
    price_modifier: string;
}

Properties

id: number
name: string
hex_code: string
price_modifier: string