573 B
573 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