fix(types): add optional license_number to OrderItem type definition
This commit is contained in:
@@ -137,6 +137,7 @@ export type OrderItem = {
|
||||
selected_modules: OrderModuleSnapshot[]
|
||||
item_total: number
|
||||
device_name?: string
|
||||
license_number?: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user