mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
437 B
437 B
Home > calckey-js > entities > CustomEmoji
entities.CustomEmoji type
Signature:
export declare type CustomEmoji = {
id: string;
name: string;
url: string;
category: string;
aliases: string[];
};