UNPKG

@netlify/content-engine

Version:
3 lines 242 B
import { IGatsbyState, ActionsUnion } from "../types"; export declare const nodesByTypeReducer: (state: IGatsbyState["nodesByType"] | undefined, action: ActionsUnion) => IGatsbyState["nodesByType"]; //# sourceMappingURL=nodes-by-type.d.ts.map