declare const mockProduct: { order_id: number; shop_id: number; product_id: number; product_variant_id: number; product_unique_string: string; product_title: string; product_cover: string; product_sku: { code: string; name: string; barcode: string; sku_ids: string; variant: never[]; variant_id: string; generate_voucher: never[]; }; product_bundle: never[]; gift_card: number; selling_price: string; original_price: string; cost_price: string; product_quantity: number; payment_price: string; deposit_price: string; tax_fee: string; is_charge_tax: number; refund_quantity: number; refund_status: string; shipping_status: string; payment_status: string; commission: number; commission_tax: number; rebate_type: string; rebate_value: string; commission_percent: string; channel: string; channel_id: number; item_relation_id: number; schedule_event_id: number; note: string; extension_type: string; before_product_quantity: number; remove_product_quantity: number; deleted_at: null; created_at: string; updated_at: string; order_detail_id: number; product_option_string: string; product_subtitle: string; source_product_price: string; discount_amount: number; product_discount_reason: string; discount_type: string; discountway: string; discount_per: string; single_discount: null; };