valkyrie-docs/docs/api/valkyrie-js.entities.notefavorite.md
2023-08-02 00:58:34 +12:00

553 B

Home > valkyrie-js > entities > NoteFavorite

entities.NoteFavorite type

Signature:

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

References: ID, DateString, Note