Explorar o código

add user in IAiModel

visuddhinanda hai 9 meses
pai
achega
b8bdaf24d2
Modificáronse 1 ficheiros con 1 adicións e 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;
 }