Explorar o código

add IGroupRequest

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
d3969e2e91
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;