Skip to content

Commit

Permalink
types cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 14, 2024
1 parent acc58d9 commit 550c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/AutoRouterOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export type AutoRouterOptions<
> = {
missing?: RequestHandler<RequestType, Args>
format?: ResponseHandler
} & RouterOptions<RequestType, Args, ResponseType>
} & RouterOptions<RequestType, Args>

0 comments on commit 550c640

Please sign in to comment.