diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-14 15:07:51 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-14 15:07:51 +0100 |
commit | 8a9060d5dcdc67d14fb5b1b6e856d9ea39ffb618 (patch) | |
tree | eeaf0178fdc2e90e85f3f0f89d4272618ab0f4db /api/api.ts | |
parent | f6e46892723059efe3ad7666f94d476c7d350c2c (diff) |
friend count + dutch grammar on /user
Diffstat (limited to 'api/api.ts')
-rw-r--r-- | api/api.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ export interface userInfo { registered?: number, type?: string, username?: string, + friends: number, relation?: "none"|"friends"|"incoming"|"outgoing"|"blocked", }; |