Shun Miyazawa 4 lat temu
rodzic
commit
2a675e046f

+ 1 - 1
packages/app/src/interfaces/user-group-response.ts

@@ -14,5 +14,5 @@ export type UserGroupRelationListResult = {
 };
 
 export type UserGroupPagesResult = {
-  userGroupPages: IPageHasId[],
+  pages: IPageHasId[],
 }