We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e3906 commit fdba0c2Copy full SHA for fdba0c2
src/models.ts
@@ -42,6 +42,7 @@ export interface InstallEvent {
42
43
export interface UninstallEvent {
44
appId: string;
45
+ appSecret: string;
46
clientId: string;
47
organizationId: number;
48
domain?: string;
0 commit comments