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

589 B

Home > calckey-js > entities > Following

entities.Following type

Signature:

export declare type Following = {
	id: ID;
	createdAt: DateString;
	followerId: User["id"];
	followeeId: User["id"];
};

References: ID, DateString, User