calckey/packages/firefish-js/markdown/firefish-js.entities.notefa...

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