فهرست منبع

add IGroupRequest

visuddhinanda 3 سال پیش
والد
کامیت
d3969e2e91
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  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;