UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 216 B
import type { Where } from '../../../../types'; import type { Action } from './types'; declare const reducer: (state: Where[], action: Action) => Where[]; export default reducer; //# sourceMappingURL=reducer.d.ts.map