hippofish/packages/calckey-js/markdown/calckey-js.entities.following.md
ThatOneCalculator 6da5a5b89b
find and replace
2023-07-02 15:18:30 -07:00

596 B

Home > firefish-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