Skip to content

StoresynkUserConfig

StoresynkUserConfig = Omit<StoresynkConfig, "domain" | "token"> & object

Defined in: @storesynk/next/dist/config.d.ts:33

The argument to configureStoresynk. domain/token are OPTIONAL here - omit them to inherit the two env credentials (the common case, so storesynk.config.ts carries only behavior). Pass them to override env.

optional domain?: string

optional token?: string