mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 17:59:05 +01:00
312 B
312 B
Home > trashposs-js > Acct
Acct type
Signature:
export declare type Acct = {
username: string;
host: string | null;
};