Skip to content

typedoc-vitepress-theme-example / products / ProductDetails

ProductDetails

Interface representing product details.

Extends

Properties

category

ts
category: ProductCategory;

description

ts
description: string;

name

ts
name: string;

Inherited from

Product.name


price

ts
price: number;

Inherited from

Product.price


productId

ts
productId: string;

Inherited from

Product.productId