export interface SupplierAddProductInterface {
    success: boolean,
    data: {
        auction_id: boolean,
        productData: {
            allocation: number,
            category: string,
            end_time: string,
            lot_no: string,
            manufacturer: string,
            manufacturer_name: string,
            min_purchase_quantity: number,
            name: string,
            ndc: string,
            ndc_code542: string,
            package_description: string,
            package_size: number,
            package_size_um: string,
            product_expiration: string,
            product_trade_name: string,
            quantity: string,
            selling_price: string,
            strength: string,
            supplier_product_id: string,
            updateQuantity: boolean,
            no_ndc_code: boolean,
            product_id: number,
            ndc_clean: string,
            generic_or_brand: string,
            wac: string,
            awp: string,
            deleted: number,
            category_id: string,
            price: string,
            case_pack: number,
            price_per_unit: number,
            allocation_type: null | string,
            end_time_ts: string,
            item_expire_date_ts: string,
            item_expiration_date: number,
            auction_id: number
        }
    },
}
