mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-06 05:32:54 +09:00
306 B
306 B
Home > calckey-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};