UNPKG

@netlify/content-engine

Version:
16 lines 642 B
import { Store, AnyAction } from "redux"; import { IGatsbyState } from "../redux/types"; import { IBuildContext } from "./types"; import { IDataLayerContext } from "./types"; import { GatsbyConfig } from "../types"; type WebhookBody = IDataLayerContext["webhookBody"]; export declare function initialize({ program: args, parentSpan, engineConfig, isLedgerReader, pluginDirectories, }: IBuildContext & { engineConfig?: GatsbyConfig; isLedgerReader: boolean; pluginDirectories?: string[]; }): Promise<{ store: Store<IGatsbyState, AnyAction>; webhookBody?: WebhookBody; }>; export {}; //# sourceMappingURL=initialize.d.ts.map