valkyrie-docs/docs/api/valkyrie-js.acct.md
2023-08-02 00:58:34 +12:00

14 lines
286 B
Markdown

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