Skip to content

Commit

Permalink
packages:js:types-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Voldemat committed Sep 9, 2023
1 parent 7d336fb commit b0ac7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/validators/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { TypeSpec } from '../spec/types/type'

export interface ValidationFormFieldSpec<T extends TypeSpec> {
typeSpec: T
typeSpec: T | any
required: boolean
errorMessage: string | null
}
Expand Down

0 comments on commit b0ac7bb

Please sign in to comment.