mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-12 13:48:10 +09:00
312 B
312 B
Home > iceshrimp-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};