calckey/packages/calckey-js/markdown/calckey-js.entities.noterea...

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