UNPKG

197 BTypeScriptView Raw
1import { ActionsUnion, IGatsbyState } from "../types";
2export declare const telemetryReducer: (state: import("../types").ITelemetry | undefined, action: ActionsUnion) => IGatsbyState["telemetry"];