UNPKG

gatsby

Version:
6 lines (5 loc) 264 B
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 {};