1
0
Fork 1
mirror of https://example.com synced 2024-11-23 05:56:38 +09:00
firefish/packages/firefish-js/markdown/firefish-js.acct.md
2023-07-20 04:17:05 +09:00

309 B

Home > firefish-js > Acct

Acct type

Signature:

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