GetBaseStoreProps
Parameters for getting a base store.
interface GetBaseStoreProps extends BaseProps {
baseStoreUid?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseStoreUid | Optional | string | Unique store identifier. If not provided, the getBaseStore method will fall back to either baseStoreUid or baseSiteId provided in middleware.config.js. |