Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
633de5b418
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/interfaces/user-group-response.ts

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

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