mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
15 lines
313 B
Markdown
15 lines
313 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [Acct](./iceshrimp-sdk.acct.md)
|
||
|
|
||
|
## Acct type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export type Acct = {
|
||
|
username: string;
|
||
|
host: string | null;
|
||
|
};
|
||
|
```
|