2
0
visuddhinanda 3 жил өмнө
parent
commit
d3969e2e91

+ 6 - 0
dashboard/src/components/api/Group.ts

@@ -1,5 +1,11 @@
+import { IStudio } from "../auth/StudioName";
 import { IStudioApiResponse, IUserRequest, Role } from "./Auth";
 import { IStudioApiResponse, IUserRequest, Role } from "./Auth";
 
 
+export interface IGroupRequest {
+  name: string;
+  studio_name: string;
+}
+
 export interface IGroupDataRequest {
 export interface IGroupDataRequest {
   uid: string;
   uid: string;
   name: string;
   name: string;