UNPKG

gatsby

Version:
6 lines (5 loc) 298 B
import { IDataLayerContext } from "../state-machines/data-layer/types"; export declare function sourceNodes({ parentSpan, webhookBody, webhookSourcePluginName, store, deferNodeMutation, }: Partial<IDataLayerContext>): Promise<{ deletedPages: Array<string>; changedPages: Array<string>; }>;