From c5cf5b432aa49df55de8a58c176dae3eb0923754 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 13 Mar 2021 12:20:47 +0100 Subject: friend status + recentgames key prop --- api/api.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api/api.ts') diff --git a/api/api.ts b/api/api.ts index 1cf50ef..0902d53 100644 --- a/api/api.ts +++ b/api/api.ts @@ -6,6 +6,7 @@ export interface userInfo { registered?: number, type?: string, username?: string, + relation?: "none"|"friends"|"incoming"|"outgoing"|"blocked", }; export type ruleset = { -- cgit v1.2.3