preparations for creating users
This commit is contained in:
8
types.d.ts
vendored
8
types.d.ts
vendored
@@ -46,4 +46,12 @@ namespace R {
|
||||
export type FileUploaded = {
|
||||
content_uri: string
|
||||
}
|
||||
|
||||
export type Registered = {
|
||||
/** "@localpart:domain.tld" */
|
||||
user_id: string
|
||||
home_server: string
|
||||
access_token: string
|
||||
device_id: string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user