mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(client): 👽 Add global field to emojis
This commit is contained in:
parent
84413129c6
commit
c16b9a9cec
|
|
@ -5,4 +5,5 @@ export type Emoji = {
|
||||||
url: string;
|
url: string;
|
||||||
visible_in_picker: boolean;
|
visible_in_picker: boolean;
|
||||||
category?: string;
|
category?: string;
|
||||||
|
global: boolean;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue