UNPKG

@tsed/schema

Version:
7 lines (6 loc) 278 B
import type { JsonSchema } from "../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../interfaces/JsonSchemaOptions.js"; /** * @ignore */ export declare function alterRequiredGroups(required: string[], schema: JsonSchema, options: JsonSchemaOptions): string[];