19 lines
573 B
Markdown
19 lines
573 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [NoteReaction](./calckey-js.entities.notereaction.md)
|
||
|
|
||
|
## entities.NoteReaction type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type NoteReaction = {
|
||
|
id: ID;
|
||
|
createdAt: DateString;
|
||
|
user: UserLite;
|
||
|
type: string;
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./calckey-js.entities.id.md)<!-- -->, [DateString](./calckey-js.entities.datestring.md)<!-- -->, [UserLite](./calckey-js.entities.userlite.md)
|
||
|
|