Skip to content

Commit d33b411

Browse files
authored
add explicit undefined
1 parent 95c3cd6 commit d33b411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface State extends Options<any> {
7070
*/
7171
export type WebhookError = Error &
7272
Partial<RequestError> & {
73-
event?: EmitterWebhookEventWithStringPayloadAndSignature;
73+
event?: EmitterWebhookEventWithStringPayloadAndSignature | undefined;
7474
};
7575

7676
export interface AggregateWebhookError extends AggregateError {

0 commit comments

Comments
 (0)