mirror of
https://example.com
synced 2024-11-27 04:36:38 +09:00
306 B
306 B
Home > calckey-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};