<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [firefish-js](./firefish-js.md) &gt; [Acct](./firefish-js.acct.md)

## Acct type

**Signature:**

```typescript
export declare type Acct = {
	username: string;
	host: string | null;
};
```