292 B
292 B
Home > calckey-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};
Home > calckey-js > Acct
Signature:
export declare type Acct = {
username: string;
host: string | null;
};