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

511 B

Home > firefish-js > entities > FollowRequest

entities.FollowRequest type

Signature:

export declare type FollowRequest = {
	id: ID;
	follower: User;
	followee: User;
};

References: ID, User