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