mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-22 13:32:53 +09:00
441 B
441 B
Home > firefish-js > entities > CustomEmoji
entities.CustomEmoji type
Signature:
export declare type CustomEmoji = {
id: string;
name: string;
url: string;
category: string;
aliases: string[];
};