FontFamilyKey
●db · /index·type
Union of valid keys. A resolved theme's typography.fontFamily /
headingFamily is always one of these after narrows unrecognized values, so
the storefront loader can index its next/font map by this type without a runtime guard.
Definition
type FontFamilyKey = keyof typeof FONT_FAMILIES;keyof typeof FONT_FAMILIES
Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme
FindOptions
Controls how ShopService.findByDomain fetches and returns the document. Allows callers to skip shape conversion, include sensitive credentials, or request featu
Identifiable
Marks an entity as having a URLsafe handle slug. Types that satisfy this contract can be passed to slugbased lookup and routing utilities.