Add accepted params for executing a webhook with
This commit is contained in:
parent
f66404518f
commit
d8df5caa76
1 changed files with 4 additions and 0 deletions
4
src/types/misc.d.ts
vendored
Normal file
4
src/types/misc.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
interface execute_webhook_query_params {
|
||||
wait?: boolean;
|
||||
thread_id?: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue