calckey/packages/calckey-js/markdown/calckey-js.entities.custome...

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