mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
4410989fa2
revert ?
17 lines
445 B
Markdown
17 lines
445 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-js](./iceshrimp-js.md) > [entities](./iceshrimp-js.entities.md) > [CustomEmoji](./iceshrimp-js.entities.customemoji.md)
|
|
|
|
## entities.CustomEmoji type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type CustomEmoji = {
|
|
id: string;
|
|
name: string;
|
|
url: string;
|
|
category: string;
|
|
aliases: string[];
|
|
};
|
|
```
|