Alokai

GetBaseStoreProps

Parameters for getting a base store.

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