mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
18 lines
674 B
Markdown
18 lines
674 B
Markdown
<!-- 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) > [Blocking](./iceshrimp-sdk.entities.blocking.md)
|
|
|
|
## entities.Blocking type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type Blocking = {
|
|
id: ID;
|
|
createdAt: DateString;
|
|
blockeeId: User["id"];
|
|
blockee: UserDetailed;
|
|
};
|
|
```
|
|
**References:** [ID](./iceshrimp-sdk.entities.id.md)<!-- -->, [DateString](./iceshrimp-sdk.entities.datestring.md)<!-- -->, [User](./iceshrimp-sdk.entities.user.md)<!-- -->, [UserDetailed](./iceshrimp-sdk.entities.userdetailed.md)
|
|
|