Skip to content

Commit

Permalink
Patch page body type (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmoret authored Aug 26, 2024
1 parent b9a592c commit 1110661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type TypedNextApiRequest<
? never
: ContentType extends FormDataContentType
? TypedFormData<Body>
: never;
: Body;
query: QueryAndParams;
method: ValidMethod;
}
Expand Down

0 comments on commit 1110661

Please sign in to comment.