Skip to content

Commit

Permalink
types(PartialEmoji): make id optional (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmigorkem authored Jul 10, 2023
1 parent 08e8058 commit 63e63ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ declare namespace Dysnomia {
roles?: string[];
}
interface PartialEmoji {
id: string | null;
id?: string;
name: string;
animated?: boolean;
}
Expand Down

0 comments on commit 63e63ee

Please sign in to comment.