mirror of
https://example.com
synced 2024-11-24 10:26:45 +09: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[];
};