BundledProduct: {
    id: string;
    product: Product;
    quantity: number;
} & {
    [key: string]: any;
}

Type declaration

  • id: string
  • product: Product
  • quantity: number

Type declaration

  • [key: string]: any