mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
4410989fa2
revert ?
445 B
445 B
Home > iceshrimp-js > entities > CustomEmoji
entities.CustomEmoji type
Signature:
export declare type CustomEmoji = {
id: string;
name: string;
url: string;
category: string;
aliases: string[];
};