Skip to content

Commit

Permalink
types: Remove duplicate GuildChannelOverwriteOptions interface (#7428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite authored Feb 9, 2022
1 parent b936103 commit 83458ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4198,11 +4198,6 @@ export type GuildAuditLogsTargets = {

export type GuildBanResolvable = GuildBan | UserResolvable;

export interface GuildChannelOverwriteOptions {
reason?: string;
type?: number;
}

export type GuildChannelResolvable = Snowflake | GuildBasedChannel;

export interface GuildChannelCreateOptions extends Omit<CategoryCreateChannelOptions, 'type'> {
Expand Down

0 comments on commit 83458ff

Please sign in to comment.