1
0
Fork 1
mirror of https://example.com synced 2024-11-27 07:16:38 +09:00
firefish/packages/firefish-js/markdown/firefish-js.entities.notefavorite.md
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07:00

592 B

Home > firefish-js > entities > NoteFavorite

entities.NoteFavorite type

Signature:

export declare type NoteFavorite = {
	id: ID;
	createdAt: DateString;
	noteId: Note["id"];
	note: Note;
};

References: ID, DateString, Note