iceshrimp-legacy/packages/megalodon/lib/src/entities/emoji.d.ts

10 lines
193 B
TypeScript

declare namespace Entity {
type Emoji = {
shortcode: string;
static_url: string;
url: string;
visible_in_picker: boolean;
category: string;
};
}