magnetar/fe_calckey/frontend/calckey-js/markdown/calckey-js.entities.noterea...

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