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 95c3cd6 commit d33b411Copy full SHA for d33b411
src/types.ts
@@ -70,7 +70,7 @@ export interface State extends Options<any> {
70
*/
71
export type WebhookError = Error &
72
Partial<RequestError> & {
73
- event?: EmitterWebhookEventWithStringPayloadAndSignature;
+ event?: EmitterWebhookEventWithStringPayloadAndSignature | undefined;
74
};
75
76
export interface AggregateWebhookError extends AggregateError {
0 commit comments