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