mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
306 B
306 B
Home > calckey-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};