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