mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 08:18:05 +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