-
Notifications
You must be signed in to change notification settings - Fork 1
products.Interface.Product
tgreyuk edited this page Mar 16, 2025
·
7 revisions
github-wiki-example / products / Product
Defined in: products.ts:12
Interface representing a product. Contains the essential identifiers and attributes of a product.
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 |