UNPKG

@stackbit/sdk

Version:
7 lines 363 B
import Joi from 'joi'; import { Config, Model } from '../config/config-types'; type ModelSchemaMap = Record<string, Joi.ObjectSchema>; export declare function joiSchemasForModels(config: Config): ModelSchemaMap; export declare function joiSchemaForModel(model: Model, config: Config): Joi.ObjectSchema<any>; export {}; //# sourceMappingURL=content-schema.d.ts.map