Skip to content

Commit

Permalink
fix: PartialGuildMember#id is not null (#6840)
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Oct 17, 2021
1 parent 487d32d commit 4dff279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Expand Up @@ -4724,7 +4724,7 @@ export interface PartialDMChannel extends Partialize<DMChannel, null, null, 'las
lastMessageId: undefined;
}

export interface PartialGuildMember extends Partialize<GuildMember, 'joinedAt' | 'joinedTimestamp', 'user'> {}
export interface PartialGuildMember extends Partialize<GuildMember, 'joinedAt' | 'joinedTimestamp'> {}

export interface PartialMessage
extends Partialize<Message, 'type' | 'system' | 'pinned' | 'tts', 'content' | 'cleanContent' | 'author'> {}
Expand Down

0 comments on commit 4dff279

Please sign in to comment.