Variables
ProductBase
declaration
constProductBase: {~schema: {name:string;slug:string; }; }
Base information about a product.
Type declaration
| Name | Type | Description | 
|---|---|---|
   | {   | ‐  | 
  | 
  | Name of the base-product. Variants may also have names for further description.  | 
  | 
  | Slug for usage in URLs.  |