Browse Source

add IGroupRequest

visuddhinanda 3 years ago
parent
commit
d3969e2e91
1 changed files with 6 additions and 0 deletions
  1. 6 0
      dashboard/src/components/api/Group.ts

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

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