19 lines
581 B
Markdown
19 lines
581 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [firefish-js](./firefish-js.md) > [entities](./firefish-js.entities.md) > [UserList](./firefish-js.entities.userlist.md)
|
|
|
|
## entities.UserList type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type UserList = {
|
|
id: ID;
|
|
createdAt: DateString;
|
|
name: string;
|
|
userIds: User["id"][];
|
|
};
|
|
```
|
|
**References:** [ID](./firefish-js.entities.id.md)<!-- -->, [DateString](./firefish-js.entities.datestring.md)<!-- -->, [User](./firefish-js.entities.user.md)
|
|
|