mirror of
https://example.com
synced 2024-11-23 08:46:39 +09:00
15 lines
309 B
Markdown
15 lines
309 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [firefish-js](./firefish-js.md) > [Acct](./firefish-js.acct.md)
|
||
|
|
||
|
## Acct type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type Acct = {
|
||
|
username: string;
|
||
|
host: string | null;
|
||
|
};
|
||
|
```
|