add webhook creation utility
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user