mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-07 22:22:52 +09:00
309 B
309 B
Home > firefish-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};