mirror of
https://example.com
synced 2024-11-28 08:36:39 +09:00
585 B
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