typedoc-vitepress-theme-example / products
products
This module contains types and services related to product management.
Index
Enumerations
Enumeration | Description |
---|---|
ProductCategory | Enum representing different product categories. |
Classes
Class | Description |
---|---|
ProductInventory | Class representing a product inventory. |
ProductReviewService | Service for managing product reviews. |
Interfaces
Interface | Description |
---|---|
Product | Interface representing a product. |
ProductDetails | Interface representing product details. |
ProductReview | Interface representing a product review. |