mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
add webhook creation utility
This commit is contained in:
parent
cc1210729f
commit
5bd1bc9a5b
4 changed files with 79 additions and 0 deletions
5
types.d.ts
vendored
5
types.d.ts
vendored
|
@ -9,6 +9,11 @@ export type AppServiceRegistrationConfig = {
|
|||
rate_limited: boolean
|
||||
}
|
||||
|
||||
export type WebhookCreds = {
|
||||
id: string
|
||||
token: string
|
||||
}
|
||||
|
||||
namespace Event {
|
||||
export type BaseStateEvent = {
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue