19 lines
646 B
Markdown
19 lines
646 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [Blocking](./calckey-js.entities.blocking.md)
|
|
|
|
## entities.Blocking type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type Blocking = {
|
|
id: ID;
|
|
createdAt: DateString;
|
|
blockeeId: User["id"];
|
|
blockee: UserDetailed;
|
|
};
|
|
```
|
|
**References:** [ID](./calckey-js.entities.id.md)<!-- -->, [DateString](./calckey-js.entities.datestring.md)<!-- -->, [User](./calckey-js.entities.user.md)<!-- -->, [UserDetailed](./calckey-js.entities.userdetailed.md)
|
|
|