Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

GetBaseStoreProps

Parameters for getting a base store.

export interface GetBaseStoreProps extends BaseProps {
	baseStoreUid?: string;
}

Properties

NameRequiredTypeDescription
baseStoreUidOptionalstringUnique store identifier. If not provided, the getBaseStore method will fall back to either baseStoreUid or baseSiteId provided in middleware.config.js.

Referenced Types

On this page