Skip to content

Commit

Permalink
refactor(types): rename HookStateSafeActionFn to `HookSafeStateActi…
Browse files Browse the repository at this point in the history
…onFn`
  • Loading branch information
TheEdoRan committed May 7, 2024
1 parent e4ee217 commit 87b13b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-safe-action/src/hooks.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type HookSafeActionFn<
* Type of the stateful safe action function passed to hooks. Same as `SafeStateActionFn` except it accepts
* just a single input, without bind arguments.
*/
export type HookStateSafeActionFn<
export type HookSafeStateActionFn<
ServerError,
S extends Schema | undefined,
BAS extends readonly Schema[],
Expand Down

0 comments on commit 87b13b4

Please sign in to comment.