barkey/packages/megalodon/src/pleroma/entities/emoji.ts
2023-09-25 01:49:57 +02:00

8 lines
148 B
TypeScript

namespace PleromaEntity {
export type Emoji = {
shortcode: string
static_url: string
url: string
visible_in_picker: boolean
}
}