1
0
Fork 1
mirror of https://example.com synced 2024-11-27 16:36:48 +09:00
firefish/packages/calckey-js/markdown/calckey-js.entities.following.md
2023-06-23 21:13:03 -07:00

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