1
0
Fork 1
mirror of https://example.com synced 2024-11-28 11:36:38 +09:00
firefish/packages/calckey-js/markdown/calckey-js.acct.md

15 lines
306 B
Markdown
Raw Normal View History

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