UNPKG

@tsed/schema

Version:
13 lines (12 loc) 426 B
import type { JSONSchema7 } from "json-schema"; import { JsonSchema } from "../../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; /** * @ignore */ export declare function genericsMapper(baseObj: JSONSchema7, schema: JsonSchema, options: JsonSchemaOptions): JSONSchema7 | { allOf: (JSONSchema7 | { properties: JSONSchema7; type: string; })[]; };