iceshrimp-161sh/packages/iceshrimp-js/markdown/iceshrimp-js.acct.md
2023-07-21 19:33:01 +02:00

15 lines
312 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [iceshrimp-js](./iceshrimp-js.md) &gt; [Acct](./iceshrimp-js.acct.md)
## Acct type
**Signature:**
```typescript
export declare type Acct = {
username: string;
host: string | null;
};
```