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