Skip to content

Commit

Permalink
fix: interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanvier committed Oct 24, 2023
1 parent a9cbae3 commit cf46640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wgr-sa/nuxt-form",
"description": "Form builder for Nuxt",
"version": "0.7.3",
"version": "0.7.4",
"repository": "https://github.com/WGR-SA/nuxt-form.git",
"author": "jeanvier",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface FormForSubmitter {
[key: string]: any
}

export interface FormActions {
export interface FormSubmitter {

form: FormForSubmitter

Expand Down

0 comments on commit cf46640

Please sign in to comment.