UNPKG

265 BTypeScriptView Raw
1import { ActionsUnion, IGatsbyState } from "../types";
2export declare const typeOwnersReducer: (typeOwners: {
3 pluginsToTypes: Map<string, Set<string>>;
4 typesToPlugins: Map<string, string>;
5} | undefined, action: ActionsUnion) => IGatsbyState["typeOwners"];