mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(client): ✨ Add Emoji API
This commit is contained in:
parent
2289ddce11
commit
122842c00e
3 changed files with 89 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export type Emoji = {
|
||||
id: string;
|
||||
shortcode: string;
|
||||
static_url: string;
|
||||
url: string;
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue