mirror of
https://example.com
synced 2024-11-23 03:16:40 +09:00
309 B
309 B
Home > firefish-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};