We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c878a commit 612391cCopy full SHA for 612391c
resources/js/wayfinder.ts
@@ -9,7 +9,7 @@ export type QueryParams = Record<
9
| Record<string, string | number | boolean>
10
>;
11
12
-type Method = "get" | "post" | "put" | "delete" | "patch" | "head" | string;
+type Method = "get" | "post" | "put" | "delete" | "patch" | "head";
13
14
export type RouteDefinition<TMethod extends Method | Method[]> = {
15
url: string;
0 commit comments