iceshrimp/packages/calckey-js/markdown/calckey-js.acct.md
ThatOneCalculator 6c7f0521aa find and replace
2023-07-02 15:18:30 -07:00

309 B

Home > firefish-js > Acct

Acct type

Signature:

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