mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 12:22:50 +02:00
preparations for creating users
This commit is contained in:
parent
3fbe7eed6e
commit
48c2ef76f5
2 changed files with 46 additions and 16 deletions
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue