valkyrie-docs/docs/api/valkyrie-js.acct.md
2023-08-02 00:58:34 +12:00

286 B

Home > valkyrie-js > Acct

Acct type

Signature:

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