1
0
Fork 1
mirror of https://example.com synced 2024-11-28 11:16:39 +09:00
firefish/packages/calckey-js/markdown/calckey-js.entities.customemoji.md
2023-06-23 21:13:03 -07:00

17 lines
437 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [calckey-js](./calckey-js.md) &gt; [entities](./calckey-js.entities.md) &gt; [CustomEmoji](./calckey-js.entities.customemoji.md)
## entities.CustomEmoji type
**Signature:**
```typescript
export declare type CustomEmoji = {
id: string;
name: string;
url: string;
category: string;
aliases: string[];
};
```