Skip to content

Commit

Permalink
fix(client): 🏷️ Add description type to Emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 7, 2024
1 parent fe0a25a commit 7aec850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/types/emoji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export type Emoji = {
static_url: string;
url: string;
visible_in_picker: boolean;
category?: string;
global: boolean;
category?: string;
description?: string;
};

0 comments on commit 7aec850

Please sign in to comment.