UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 369 B
import { NormalizedOpenApiValidatorOpts, Options, RequestValidatorOptions } from '../types'; export declare class AjvOptions { private options; constructor(options: NormalizedOpenApiValidatorOpts); get preprocessor(): Options; get response(): Options; get request(): RequestValidatorOptions; get multipart(): Options; private baseOptions; }