diff --git a/shop/lib/types.ts b/shop/lib/types.ts index 8d431f9..4dda38a 100644 --- a/shop/lib/types.ts +++ b/shop/lib/types.ts @@ -137,6 +137,7 @@ export type OrderItem = { selected_modules: OrderModuleSnapshot[] item_total: number device_name?: string + license_number?: string } /**