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

    Interface ColorSurcharge

    interface ColorSurcharge {
        color_name: string;
        hex_code: string;
        surcharge: string;
    }
    Index

    Properties

    color_name: string
    hex_code: string
    surcharge: string