mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-10-23 17:54:52 +00:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
namespace PleromaEntity {
|
|
export type Emoji = {
|
|
shortcode: string
|
|
static_url: string
|
|
url: string
|
|
visible_in_picker: boolean
|
|
}
|
|
}
|