mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
d->m: Make PK members appear real
This commit is contained in:
parent
988cb9408d
commit
11864f80cf
9 changed files with 215 additions and 23 deletions
20
types.d.ts
vendored
20
types.d.ts
vendored
|
@ -34,6 +34,26 @@ export type WebhookCreds = {
|
|||
token: string
|
||||
}
|
||||
|
||||
export type PkMember = {
|
||||
id: string
|
||||
uuid: string
|
||||
name: string
|
||||
display_name: string | null
|
||||
color: string | null
|
||||
birthday: string | null
|
||||
pronouns: string | null
|
||||
avatar_url: string | null
|
||||
webhook_avatar_url: string | null
|
||||
banner: string | null
|
||||
description: string | null
|
||||
created: string | null
|
||||
keep_proxy: boolean
|
||||
tts: boolean
|
||||
autoproxy_enabled: boolean | null
|
||||
message_count: number | null
|
||||
last_message_timestamp: string
|
||||
}
|
||||
|
||||
export namespace Event {
|
||||
export type Outer<T> = {
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue