fix: add device_name to OrderItem type definition
All checks were successful
Staging Build / build (push) Successful in 2m48s
All checks were successful
Staging Build / build (push) Successful in 2m48s
This commit is contained in:
@@ -134,6 +134,7 @@ export type OrderItem = {
|
|||||||
billing_interval: BillingInterval
|
billing_interval: BillingInterval
|
||||||
selected_modules: OrderModuleSnapshot[]
|
selected_modules: OrderModuleSnapshot[]
|
||||||
item_total: number
|
item_total: number
|
||||||
|
device_name?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user