diff --git a/lib/index.d.ts b/lib/index.d.ts index 5acb33b..ea22e08 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -123,6 +123,7 @@ export interface SchemaContext { propertyPath: string; base: string; schemas: {[base: string]: Schema}; + makeChild: (schema: Schema, key: string) => SchemaContext; } export interface CustomFormat {