mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-05 14:20:59 -07:00
428 B
428 B
Home > iceshrimp-js > entities > CustomEmoji
entities.CustomEmoji type
Signature:
export declare type CustomEmoji = {
id: string;
name: string;
url: string;
category: string;
aliases: string[];
};