Type alias CartProductParameters

CartProductParameters: {
    description: string;
    id: number;
    morph_class: string;
    name: string;
    productable_id: number;
    productable_type: string;
}

Type declaration

  • description: string
  • id: number
  • morph_class: string
  • name: string
  • productable_id: number
  • productable_type: string

Generated using TypeDoc