[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [Bite](./iceshrimp-sdk.entities.bite.md) ## entities.Bite type **Signature:** ```typescript export type Bite = { id: ID; user: UserLite; targetType: "user" | "bite" | "note"; target: UserLite | Bite | Note; }; ``` **References:** [ID](./iceshrimp-sdk.entities.id.md), [UserLite](./iceshrimp-sdk.entities.userlite.md), [Bite](./iceshrimp-sdk.entities.bite.md), [Note](./iceshrimp-sdk.entities.note.md)