iceshrimp-legacy/src/misc/acct/type.ts
Acid Chicken (硫酸鶏) 9dd06a7621
/.well-known 周りをいい感じに (#4141)
* Enhance /.well-known and their friends

* Fix bug
2019-02-05 17:42:55 +09:00

7 lines
73 B
TypeScript

type Acct = {
username: string;
host: string;
};
export default Acct;