1
0
Fork 1
mirror of https://example.com synced 2024-11-28 18:46:39 +09:00
firefish/packages/calckey-js/markdown/calckey-js.entities.notereaction.md
2023-06-23 21:13:03 -07:00

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