Type alias OrderProduct

OrderProduct: {
    currency: string;
    id: string;
    imageUrl: string;
    name: string;
    price: number;
    quantity: number;
}

Type declaration

  • currency: string
  • id: string
  • imageUrl: string
  • name: string
  • price: number
  • quantity: number

Generated using TypeDoc