preparing for m2d
This commit is contained in:
12
types.d.ts
vendored
12
types.d.ts
vendored
@@ -15,6 +15,18 @@ export type WebhookCreds = {
|
||||
}
|
||||
|
||||
namespace Event {
|
||||
export type Outer<T> = {
|
||||
type: string
|
||||
room_id: string
|
||||
sender: string
|
||||
content: T
|
||||
origin_server_ts: number
|
||||
unsigned: any
|
||||
event_id: string
|
||||
user_id: string
|
||||
age: number
|
||||
}
|
||||
|
||||
export type BaseStateEvent = {
|
||||
type: string
|
||||
room_id: string
|
||||
|
Reference in New Issue
Block a user