UNPKG

222 BTypeScriptView Raw
1import { IGatsbyNode, IGatsbyState, ActionsUnion } from "../types";
2export declare const nodesByTypeReducer: (state: Map<string, Map<string, IGatsbyNode>> | undefined, action: ActionsUnion) => IGatsbyState["nodesByType"];