[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [Following](./iceshrimp-sdk.entities.following.md) ## entities.Following type **Signature:** ```typescript export type Following = { id: ID; createdAt: DateString; followerId: User["id"]; followeeId: User["id"]; }; ``` **References:** [ID](./iceshrimp-sdk.entities.id.md), [DateString](./iceshrimp-sdk.entities.datestring.md), [User](./iceshrimp-sdk.entities.user.md)