1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-14 06:32:36 +01:00

Merge branch 'typeorm' of https://github.com/fosscord/fosscord-api into typeorm

This commit is contained in:
Flam3rboy 2021-08-29 16:58:59 +02:00
commit 16d46501a5

View File

@ -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;