Sfoglia il codice sorgente

add user in IAiModel

visuddhinanda 10 mesi fa
parent
commit
b8bdaf24d2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 }