iceshrimp/packages/calckey-js/markdown/calckey-js.entities.notefavorite.md
ThatOneCalculator 6c7f0521aa find and replace
2023-07-02 15:18:30 -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