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