@netlify/content-engine
Version:
4 lines • 351 B
TypeScript
import { IGatsbyState, ActionsUnion } from "../types";
export declare const initialState: () => IGatsbyState["schemaCustomization"];
export declare const schemaCustomizationReducer: (state: IGatsbyState["schemaCustomization"] | undefined, action: ActionsUnion) => IGatsbyState["schemaCustomization"];
//# sourceMappingURL=schema-customization.d.ts.map