Ravak Configurator
    Preparing search index...

    Interface ColorAPIModel

    interface ColorAPIModel {
        html_color_code: string;
        secondary_html_color_code?: null | string;
        outline_html_color_code?: null | string;
        name: string;
        identifier: string;
        listing_order: number;
        active: boolean;
    }
    Index

    Properties

    html_color_code: string
    secondary_html_color_code?: null | string
    outline_html_color_code?: null | string
    name: string
    identifier: string
    listing_order: number
    active: boolean