From d2c2cc62a4c2e1ac10f8434bea7bb834da820869 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 16 Jan 2021 11:40:36 +0100 Subject: semi working next project --- api/api.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 api/api.ts (limited to 'api') diff --git a/api/api.ts b/api/api.ts new file mode 100644 index 0000000..e2e3d93 --- /dev/null +++ b/api/api.ts @@ -0,0 +1,9 @@ +export interface userInfo { + avatar?: string|null, + coutry?: string|null, + id?: string, + registered?: number, + type?: string, + username?: string, +}; + -- cgit v1.2.3