299 B
299 B
Home > iceshrimp-sdk > Acct
Acct type
Signature:
export type Acct = {
username: string;
host: string | null;
};
Home > iceshrimp-sdk > Acct
Signature:
export type Acct = {
username: string;
host: string | null;
};