mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 11:27:31 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
18 lines
616 B
Markdown
18 lines
616 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [NoteReaction](./iceshrimp-sdk.entities.notereaction.md)
|
|
|
|
## entities.NoteReaction type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type NoteReaction = {
|
|
id: ID;
|
|
createdAt: DateString;
|
|
user: UserLite;
|
|
type: string;
|
|
};
|
|
```
|
|
**References:** [ID](./iceshrimp-sdk.entities.id.md)<!-- -->, [DateString](./iceshrimp-sdk.entities.datestring.md)<!-- -->, [UserLite](./iceshrimp-sdk.entities.userlite.md)
|
|
|