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 --- src/api.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/api.ts (limited to 'src/api.ts') diff --git a/src/api.ts b/src/api.ts deleted file mode 100644 index e2e3d93..0000000 --- a/src/api.ts +++ /dev/null @@ -1,9 +0,0 @@ -export interface userInfo { - avatar?: string|null, - coutry?: string|null, - id?: string, - registered?: number, - type?: string, - username?: string, -}; - -- cgit v1.2.3