aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/api.ts9
1 files changed, 9 insertions, 0 deletions
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,
+};
+