1
0
Fork 1
mirror of https://example.com synced 2024-11-28 23:46:40 +09:00
firefish/packages/firefish-js/markdown/firefish-js.acct.md
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07:00

14 lines
309 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[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;
};
```