14 lines
457 B
Markdown
14 lines
457 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) > [User](./calckey-js.entities.user.md)
|
|
|
|
## entities.User type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type User = UserLite | UserDetailed;
|
|
```
|
|
**References:** [UserLite](./calckey-js.entities.userlite.md)<!-- -->, [UserDetailed](./calckey-js.entities.userdetailed.md)
|
|
|