diff --git a/client/types/emoji.ts b/client/types/emoji.ts index 53c719d..da82ac1 100644 --- a/client/types/emoji.ts +++ b/client/types/emoji.ts @@ -5,4 +5,5 @@ export type Emoji = { url: string; visible_in_picker: boolean; category?: string; + global: boolean; };