Skip to content

Commit

Permalink
Add makeChild type to SchemaContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Batista committed Jun 28, 2021
1 parent 4693295 commit bea9577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export interface SchemaContext {
propertyPath: string;
base: string;
schemas: {[base: string]: Schema};
makeChild: (schema: Schema, key: string) => SchemaContext;
}

export interface CustomFormat {
Expand Down

0 comments on commit bea9577

Please sign in to comment.