Skip to content

products.Interface.Product

tgreyuk edited this page Sep 6, 2024 · 6 revisions

github-wiki-example / products / Product

Interface: Product

Interface representing a product. Contains the essential identifiers and attributes of a product.

Extended by

Properties

Property Type Description Defined in
name string Name of the product. products.ts:16
price number Price of the product in the system's set currency. products.ts:18
productId string Unique identifier for the product. products.ts:14
Clone this wiki locally