Fix manifest type to use asyncEvents
and syncEvents
This commit is contained in:
parent
d087bbf2ed
commit
8ae80269ea
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ export interface AppExtension {
|
|||
|
||||
export interface AppWebhook {
|
||||
name: string;
|
||||
events?: WebhookEvent[];
|
||||
asyncEvents?: WebhookEvent[];
|
||||
syncEvents?: WebhookEvent[];
|
||||
query: string;
|
||||
targetUrl: string;
|
||||
isActive?: boolean;
|
||||
|
|
Loading…
Reference in a new issue