1
0
Fork 1
mirror of https://example.com synced 2024-11-27 17:46:39 +09:00
firefish/packages/calckey-js/markdown/calckey-js.acct.md
ThatOneCalculator 6da5a5b89b
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;
};