trashposs/packages/trashposs-js/markdown/trashposs-js.entities.notereaction.md
2024-04-06 22:57:52 +02:00

605 B

Home > trashposs-js > entities > NoteReaction

entities.NoteReaction type

Signature:

export declare type NoteReaction = {
	id: ID;
	createdAt: DateString;
	user: UserLite;
	type: string;
};

References: ID, DateString, UserLite