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
price
ts
price: number;Inherited from
productId
ts
productId: string;