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

    Interface BulkPriceResult

    interface BulkPriceResult {
        updated_count: number;
        updated: { id: number; name: string; old_price: string; new_price: string }[];
    }
    Index

    Properties

    updated_count: number
    updated: { id: number; name: string; old_price: string; new_price: string }[]