mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-12-01 06:17:38 -07:00
309 B
309 B
Home > firefish-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};