Skip to content

Commit

Permalink
📘 chore: rename extension to macro
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Dec 16, 2023
1 parent 19765cf commit 849c786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export type LocalHook<
derive: {}
},
Errors extends Record<string, Error> = {},
Extension extends BaseExtension = {},
Extension extends BaseMacro = {},
Path extends string = '',
TypedRoute extends RouteSchema = Route extends {
params: Record<string, unknown>
Expand Down

0 comments on commit 849c786

Please sign in to comment.