Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[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)
|
||||
|
||||
Reference in New Issue
Block a user