Skip to content

Commit

Permalink
Update src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
pi0 and danielroe committed Sep 12, 2022
1 parent 1502bc5 commit 90c7a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface Schema extends TypeDescriptor {

export interface InputObject {
$schema?: Schema
$resolve?: ResolveFn | Promise<ResolveFn>
$resolve?: ResolveFn
$default?: any
[key: string]: any
}
Expand Down

0 comments on commit 90c7a27

Please sign in to comment.