mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
306 B
306 B
Home > calckey-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};