Ver Fonte

add interfaces

SyuanYu há 1 ano atrás
pai
commit
c78093b766
1 ficheiros alterados com 13 adições e 0 exclusões
  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;
+}