mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
591 B
591 B
Home > calckey-js > entities > NoteReaction
entities.NoteReaction type
Signature:
export declare type NoteReaction = {
id: ID;
createdAt: DateString;
user: UserLite;
type: string;
};
References: ID, DateString, UserLite