1
0
Fork 1
mirror of https://example.com synced 2024-11-23 05:36:39 +09:00
firefish/packages/firefish-js/markdown/firefish-js.entities.customemoji.md
2023-07-20 04:17:05 +09:00

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[];
};