1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:16:40 +09:00
firefish/packages/firefish-js/markdown/firefish-js.entities.notefavorite.md

19 lines
592 B
Markdown
Raw Normal View History

2023-07-20 04:17:05 +09:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [firefish-js](./firefish-js.md) &gt; [entities](./firefish-js.entities.md) &gt; [NoteFavorite](./firefish-js.entities.notefavorite.md)
## entities.NoteFavorite type
**Signature:**
```typescript
export declare type NoteFavorite = {
id: ID;
createdAt: DateString;
noteId: Note["id"];
note: Note;
};
```
**References:** [ID](./firefish-js.entities.id.md)<!-- -->, [DateString](./firefish-js.entities.datestring.md)<!-- -->, [Note](./firefish-js.entities.note.md)