Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Force fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Aug 9, 2020
1 parent c49c293 commit 0526d31
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,14 +599,13 @@ export namespace invite {
created_at: ISO8601;
}

export interface Create
extends
Partial<
Pick<
MetadataInvite,
"max_age" | "max_uses" | "temporary" | "target_user_type"
>
> {
export interface Create extends
Partial<
Pick<
MetadataInvite,
"max_age" | "max_uses" | "temporary" | "target_user_type"
>
> {
unique?: boolean;
target_user?: Snowflake;
}
Expand Down

0 comments on commit 0526d31

Please sign in to comment.