jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.acct.md
2023-07-21 19:33:01 +02:00

312 B

Home > iceshrimp-js > Acct

Acct type

Signature:

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