UNPKG

gatsby

Version:
6 lines (5 loc) 299 B
import Joi from "joi"; import { IGatsbyConfig, IGatsbyPage, IGatsbyNode } from "../redux/types"; export declare const gatsbyConfigSchema: Joi.ObjectSchema<IGatsbyConfig>; export declare const pageSchema: Joi.ObjectSchema<IGatsbyPage>; export declare const nodeSchema: Joi.ObjectSchema<IGatsbyNode>;