浏览代码

add interfaces

SyuanYu 2 年之前
父节点
当前提交
c78093b766
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      frontend/src/interfaces/index.ts

+ 13 - 0
frontend/src/interfaces/index.ts

@@ -79,3 +79,16 @@ export interface ImageDownload {
   file_name: string;
   stored_file_name: string;
 }
+
+export interface YTViewsUserData {
+  email: string;
+  name: string;
+  company: string | null;
+  url: string;
+  area: string;
+  language: string;
+  age: [] | null;
+  object: string;
+  theme: string;
+  tax: string | null;
+}