Skip to content

typedoc-vitepress-theme-example / products / Product

Product

Interface representing a product.

Extended by

Properties

name

ts
name: string;

price

ts
price: number;

productId

ts
productId: string;