Skip to content

Commit

Permalink
Don't export BaseField
Browse files Browse the repository at this point in the history
  • Loading branch information
reda-alaoui committed Sep 19, 2024
1 parent 086de75 commit b77179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type Field =
* Fields can be used to automatically render forms or other UIs based on
* hypermedia actions.
*/
export interface BaseField<T> {
interface BaseField<T> {
/**
* Name of the field.
*
Expand Down

0 comments on commit b77179a

Please sign in to comment.