fix: add device_name to OrderItem type definition
All checks were successful
Staging Build / build (push) Successful in 2m48s

This commit is contained in:
DanielS
2026-07-10 00:23:37 +02:00
parent 6821b4e8d9
commit cd3fba2113

View File

@@ -134,6 +134,7 @@ export type OrderItem = {
billing_interval: BillingInterval
selected_modules: OrderModuleSnapshot[]
item_total: number
device_name?: string
}
/**