iceshrimp-legacy/packages/calckey-js/markdown/calckey-js.acct.md
2023-06-23 21:13:03 -07:00

306 B

Home > calckey-js > Acct

Acct type

Signature:

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