Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface TextColor

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

    Properties

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