mirror of
https://example.com
synced 2024-11-28 18:46:39 +09: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