Skip to content

Commit

Permalink
feat(json-schema): support extend proeperties to x-reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 26, 2021
1 parent 2ca07e7 commit 439b797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/json-schema/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export type SchemaReaction<Field = any> =
schema?: ISchema
run?: string
}
[key: string]: any
}
| ((field: Field) => void)

Expand Down

0 comments on commit 439b797

Please sign in to comment.