Skip to content

Commit

Permalink
fix: router method typings
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 26, 2022
1 parent cc11272 commit 026ed03
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 @@ -50,7 +50,7 @@ export type RepositoryInjectableOptions<TOverride = unknown> = {
*/
export type RoutesInjectionRouterConfiguration = {
requiredAuth: boolean;
method: string;
method: MedusaRouteMethods;
path: string;
handlers: ((...args: unknown[]) => void)[];
};
Expand Down

0 comments on commit 026ed03

Please sign in to comment.