[Home](./index.md) > [firefish-js](./firefish-js.md) > [Acct](./firefish-js.acct.md) ## Acct type **Signature:** ```typescript export declare type Acct = { username: string; host: string | null; }; ```