Skip to content

Commit

Permalink
fix: uninstall event
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar Lysyi committed Nov 11, 2024
1 parent 00e3906 commit 1d861b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export interface InstallEvent {

export interface UninstallEvent {
appId: string;
appSecret: string;
clientId: string;
organizationId: number;
domain?: string;
Expand Down

0 comments on commit 1d861b6

Please sign in to comment.