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
| 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. |