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

    Interface BreakdownElement

    interface BreakdownElement {
        element_id: string | null;
        area_cm2: string;
        tier: { max_area_cm2: string; price_per_item: string } | null;
        tier_source: "match" | "overflow_largest" | "no_tiers_base_price";
        price_per_item: string;
    }
    Index
    element_id: string | null
    area_cm2: string
    tier: { max_area_cm2: string; price_per_item: string } | null
    tier_source: "match" | "overflow_largest" | "no_tiers_base_price"
    price_per_item: string