Skip to content

Commit

Permalink
Merge pull request #346 from gamedevsam/master
Browse files Browse the repository at this point in the history
Add makeChild type to SchemaContext interface
  • Loading branch information
tdegrunt authored Jun 29, 2021
2 parents 2772c71 + bea9577 commit 87b9543
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 @@ -124,6 +124,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 87b9543

Please sign in to comment.