Skip to content

Commit

Permalink
fix: fix ResendWebhooksResponse type
Browse files Browse the repository at this point in the history
  • Loading branch information
ehamery committed Jun 23, 2022
1 parent a77c80b commit 5ed9213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ export interface User {
}

export interface ResendWebhooksResponse {
webhooksCount: number;
success: boolean
}

export interface OffExchangeEntityResponse {
Expand Down

0 comments on commit 5ed9213

Please sign in to comment.