@spartacus/core
Version:
Spartacus - the core framework
6 lines (5 loc) • 341 B
TypeScript
import { EntityState } from '../../../state/utils/entity/entity-state';
import { Page } from '../../model/page.model';
import { CmsActions } from '../actions/index';
export declare const initialState: EntityState<Page>;
export declare function reducer(state: EntityState<Page>, action: CmsActions.LoadCmsPageDataSuccess): EntityState<Page>;