Home > @vsf-enterprise/epcc-api > MultistoreConfig
# MultistoreConfig interface
Settings provided in the multistore.config.js file.
Signature:
export interface MultistoreConfig
# Properties
| Property | Type | Description |
|---|---|---|
| storeConfigCacheStorageFactory | () => Promise<StoreConfigCacheStorage> | Multistore configuration cache storage factory |
| updateFn? | (domain: string) => Promise<Record<Host, StoreConfig>> | (Optional) Function to be invoked when cache is empty or expired |