Skip to content

Commit

Permalink
Update src/runtime/types/form.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac authored Aug 4, 2023
1 parent aed06d0 commit 9d96140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/form.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface FormError {
}

export interface Form<T> {
validate(): Promise<T>;
validate(): Promise<T>
}

export interface FormEvent {
Expand Down

0 comments on commit 9d96140

Please sign in to comment.