Explorar el Código

add user in IAiModel

visuddhinanda hace 10 meses
padre
commit
b8bdaf24d2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard-v4/dashboard/src/components/api/ai.ts

+ 1 - 0
dashboard-v4/dashboard/src/components/api/ai.ts

@@ -50,6 +50,7 @@ export interface IAiModel {
   privacy: TPrivacy;
   owner: IStudio;
   editor: IUser;
+  user: IUser;
   created_at: string;
   updated_at: string;
 }