@stackbit/sdk
Version:
7 lines • 434 B
TypeScript
import Joi from 'joi';
import { StackbitConfigWithPaths } from './config-types';
export declare const objectPreviewSchema: Joi.ObjectSchema<any>;
export declare const contentModelsSchema: Joi.ObjectSchema<any>;
export declare const stackbitConfigBaseSchema: Joi.ObjectSchema<StackbitConfigWithPaths>;
export declare const stackbitConfigFullSchema: Joi.ObjectSchema<StackbitConfigWithPaths>;
//# sourceMappingURL=config-schema.d.ts.map