calckey/packages/calckey-js/markdown/calckey-js.entities.notefav...

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