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.
Type Declaration
Section titled “Type Declaration”domain?
Section titled “domain?”
optionaldomain?:string
token?
Section titled “token?”
optionaltoken?:string