Variables

ProductBase

declaration

const ProductBase: { ~schema: { name: string; slug: string; }; }

Base information about a product.

Type declaration

NameTypeDescription

~schema

{ name: string; slug: string; }

~schema.name

string

Name of the base-product. Variants may also have names for further description.

~schema.slug

string

Slug for usage in URLs.