Variables
ProductBase
declaration
const
ProductBase: {~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. |