UNPKG

@netlify/content-engine

Version:
3 lines 288 B
import { IGatsbyState, IRemoveStaleJobV2Action, ICreateJobV2FromInternalAction } from "../redux/types"; export declare const removeStaleJobs: (jobs: IGatsbyState["jobsV2"]) => Array<IRemoveStaleJobV2Action | ICreateJobV2FromInternalAction>; //# sourceMappingURL=remove-stale-jobs.d.ts.map