UNPKG

gatsby

Version:
6 lines (5 loc) 197 B
import { IGatsbyState, ActionsUnion } from "../types"; export declare const jobsReducer: (state: { active: any[]; done: any[]; } | undefined, action: ActionsUnion) => IGatsbyState["jobs"];