iceshrimp-legacy/packages/calckey-js/markdown/calckey-js.entities.notefavorite.md
2023-06-23 21:13:03 -07:00

585 B

Home > calckey-js > entities > NoteFavorite

entities.NoteFavorite type

Signature:

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

References: ID, DateString, Note