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