UNPKG

@netlify/content-engine

Version:
5 lines 266 B
import Joi from "joi"; import { ILocationPosition, IStructuredError } from "./types"; export declare const Position: Joi.ObjectSchema<ILocationPosition>; export declare const errorSchema: Joi.ObjectSchema<IStructuredError>; //# sourceMappingURL=error-schema.d.ts.map