ShopHandle

utils · /index·type

A shop identifier as stored on the shops collection — slug in dev, full hostname in prod.

Definition

@nordcom/commerce-utils
type ShopHandle = string & { [ShopHandleBrand]: true };

string & { [ShopHandleBrand]: true }

ParsedHost AppName BuildEnv DevTld Hostname appFromHost isDevelopment isDevHost

Sourcehostname.ts:31Edit the JSDoc directly
Metadata@nordcom/commerce-utils@0.0.0Open in GitHub ↗

On this page