19 lines
556 B
Markdown
19 lines
556 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) > [UserList](./calckey-js.entities.userlist.md)
|
||
|
|
||
|
## entities.UserList type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type UserList = {
|
||
|
id: ID;
|
||
|
createdAt: DateString;
|
||
|
name: string;
|
||
|
userIds: User["id"][];
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./calckey-js.entities.id.md)<!-- -->, [DateString](./calckey-js.entities.datestring.md)<!-- -->, [User](./calckey-js.entities.user.md)
|
||
|
|