diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-13 12:20:47 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-13 12:20:47 +0100 |
commit | c5cf5b432aa49df55de8a58c176dae3eb0923754 (patch) | |
tree | d643ff200b29599ef8c271420df82927cb6bb83a /api/api.ts | |
parent | 056b77e82c72136170084ef0addba013eae22c9d (diff) |
friend status + recentgames key prop
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, + relation?: "none"|"friends"|"incoming"|"outgoing"|"blocked", }; export type ruleset = { |