@netlify/content-engine
Version:
6 lines • 299 B
TypeScript
import { ActionsUnion, IGatsbyNode } from "../../../redux/types";
import type { Database } from "lmdb";
type NodeId = string;
export declare function updateNodes(nodesDb: Database<IGatsbyNode, NodeId>, action: ActionsUnion): Promise<boolean> | boolean;
export {};
//# sourceMappingURL=nodes.d.ts.map