Explorar o código

add updated_at

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
954b0c4d38
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dashboard/src/components/api/Group.ts

+ 2 - 1
dashboard/src/components/api/Group.ts

@@ -1,5 +1,5 @@
 import { IStudio } from "../auth/StudioName";
-import { IStudioApiResponse, IUserRequest, TRole } from "./Auth";
+import { IUserRequest, TRole } from "./Auth";
 
 export interface IGroupRequest {
   id?: string;
@@ -16,6 +16,7 @@ export interface IGroupDataRequest {
   studio: IStudio;
   role: TRole;
   created_at: string;
+  updated_at: string;
 }
 export interface IGroupResponse {
   ok: boolean;