mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
4410989fa2
revert ?
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