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 1a8a960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export { Problem } from './http/error';
export { Action } from './action';
export {
Field,
BaseField,
BooleanField,
BasicStringField,
DateTimeField,
Expand Down

0 comments on commit 1a8a960

Please sign in to comment.