mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(client): 🏷️ Add description type to Emoji
This commit is contained in:
parent
fe0a25ad47
commit
7aec850390
|
|
@ -4,6 +4,7 @@ export type Emoji = {
|
||||||
static_url: string;
|
static_url: string;
|
||||||
url: string;
|
url: string;
|
||||||
visible_in_picker: boolean;
|
visible_in_picker: boolean;
|
||||||
category?: string;
|
|
||||||
global: boolean;
|
global: boolean;
|
||||||
|
category?: string;
|
||||||
|
description?: string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue