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