567 B
567 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