Type Alias OrderItemProduct

OrderItemProduct: { name?: string; productType?: string }

Type declaration

  • Optionalname?: string
  • OptionalproductType?: string