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