Files
FrozenFriendsYume/packages/iceshrimp-sdk/markdown/iceshrimp-sdk.acct.md
T
2026-07-26 12:29:43 +09:00

299 B

Home > iceshrimp-sdk > Acct

Acct type

Signature:

export type Acct = {
    username: string;
    host: string | null;
};