mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
599 B
599 B
Home > iceshrimp-js > entities > NoteFavorite
entities.NoteFavorite type
Signature:
export declare type NoteFavorite = {
id: ID;
createdAt: DateString;
noteId: Note["id"];
note: Note;
};
References: ID, DateString, Note