diff --git a/shop/lib/types.ts b/shop/lib/types.ts index 9161ae6..8a9ddef 100644 --- a/shop/lib/types.ts +++ b/shop/lib/types.ts @@ -134,6 +134,7 @@ export type OrderItem = { billing_interval: BillingInterval selected_modules: OrderModuleSnapshot[] item_total: number + device_name?: string } /**