-
Notifications
You must be signed in to change notification settings - Fork 3
products
tgreyuk edited this page Jun 22, 2024
·
5 revisions
github-wiki-example / products
This module contains types and services related to product management.
Enumeration | Description |
---|---|
ProductCategory | Enum representing different product categories. Helps categorize products into logical groupings for easier management and browsing. |
Class | Description |
---|---|
ProductInventory | Class representing a product inventory. |
ProductReviewService | Service for managing product reviews. |
Interface | Description |
---|---|
Product | Interface representing a product. Contains the essential identifiers and attributes of a product. |
ProductDetails | Interface representing product details. Extends the basic Product interface to include more comprehensive attributes for detailed product management. |
ProductReview | Interface representing a product review. |