From b1090dd157a3df5f3544b3a98ac232bf94a66ce0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 10 Feb 2021 10:34:07 +0100 Subject: updated api.ts --- api/api.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/api.ts b/api/api.ts index 4ba44e7..43d7951 100644 --- a/api/api.ts +++ b/api/api.ts @@ -1,5 +1,6 @@ export interface userInfo { avatar?: string|null, + status?: string|null, coutry?: string|null, id?: string, registered?: number, -- cgit v1.2.3