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