mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 07:10:16 +00:00
fix(APIUser): premium_type is optional (#19)
This commit is contained in:
@@ -19,7 +19,7 @@ export interface APIUser {
|
||||
verified?: boolean;
|
||||
email?: string | null;
|
||||
flags?: UserFlags;
|
||||
premium_type: UserPremiumType;
|
||||
premium_type?: UserPremiumType;
|
||||
public_flags?: UserFlags;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user