feat(client): Add Emoji API

This commit is contained in:
Jesse Wierzbinski 2024-11-28 10:41:20 +01:00
parent 2289ddce11
commit 122842c00e
No known key found for this signature in database
3 changed files with 89 additions and 1 deletions

View file

@ -1,4 +1,5 @@
export type Emoji = {
id: string;
shortcode: string;
static_url: string;
url: string;

View file

@ -8,7 +8,7 @@ export type VersiaRole = {
icon: string | null;
};
// Last updated: 2024-06-07
// Last updated: 2024-11-28
export enum RolePermission {
ManageNotes = "notes",
ManageOwnNotes = "owner:note",