312 B
312 B
Home > iceshrimp-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};
Home > iceshrimp-js > Acct
Signature:
export declare type Acct = {
username: string;
host: string | null;
};