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

    Interface AdminTextColor

    interface AdminTextColor {
        id: number;
        name: string;
        hex_code: string;
        price_modifier: string;
        is_active: boolean;
        sort_order: number;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: number
    name: string
    hex_code: string
    price_modifier: string
    is_active: boolean
    sort_order: number
    created_at: string
    updated_at: string