15 lines
292 B
Markdown
15 lines
292 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [Acct](./calckey-js.acct.md)
|
||
|
|
||
|
## Acct type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type Acct = {
|
||
|
username: string;
|
||
|
host: string | null;
|
||
|
};
|
||
|
```
|