[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [FollowRequest](./calckey-js.entities.followrequest.md) ## entities.FollowRequest type **Signature:** ```typescript export declare type FollowRequest = { id: ID; follower: User; followee: User; }; ``` **References:** [ID](./calckey-js.entities.id.md), [User](./calckey-js.entities.user.md)