mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
fixed wrong type declaration in Gateway readyEvent
This commit is contained in:
parent
b4b8d1d8df
commit
ca4f0e653c
@ -35,11 +35,11 @@ export interface ReadyEventData {
|
|||||||
user: PublicUser & {
|
user: PublicUser & {
|
||||||
mobile: boolean;
|
mobile: boolean;
|
||||||
desktop: boolean;
|
desktop: boolean;
|
||||||
email: string | null;
|
email: string | undefined;
|
||||||
flags: bigint;
|
flags: bigint;
|
||||||
mfa_enabled: boolean;
|
mfa_enabled: boolean;
|
||||||
nsfw_allowed: boolean;
|
nsfw_allowed: boolean;
|
||||||
phone: string | null;
|
phone: string | undefined;
|
||||||
premium: boolean;
|
premium: boolean;
|
||||||
premium_type: number;
|
premium_type: number;
|
||||||
verified: boolean;
|
verified: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user