rudeshark.net/packages/firefish-js/markdown/firefish-js.acct.md

15 lines
309 B
Markdown
Raw Normal View History

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