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