Home > iceshrimp-sdk > entities > Bite
Signature:
export type Bite = { id: ID; user: UserLite; targetType: "user" | "bite" | "note"; target: UserLite | Bite | Note; };
References: ID, UserLite, Bite, Note