This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
610 B
610 B
Home > iceshrimp-sdk > entities > NoteFavorite
entities.NoteFavorite type
Signature:
export type NoteFavorite = {
id: ID;
createdAt: DateString;
noteId: Note["id"];
note: Note;
};
References: ID, DateString, Note