UNPKG

@netlify/content-engine

Version:
5 lines 255 B
import Joi from "joi"; import { IGatsbyConfig, IGatsbyNode } from "../redux/types"; export declare const gatsbyConfigSchema: Joi.ObjectSchema<IGatsbyConfig>; export declare const nodeSchema: Joi.ObjectSchema<IGatsbyNode>; //# sourceMappingURL=joi.d.ts.map