jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.acct.md
2024-06-17 10:15:54 -06:00

298 B

Home > iceshrimp-js > Acct

Acct type

Signature:

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