Skip to content

Commit

Permalink
Merge pull request #30 from mcode/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
smalho01 authored Sep 30, 2024
2 parents 1dd7944 + 1071035 commit 0799792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/HookTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export interface Card {
}

export interface TypedRequestBody extends Express.Request {
body: Hook;
body: any;
}

export type TypedResponseBody = Response;

0 comments on commit 0799792

Please sign in to comment.