Shun Miyazawa il y a 4 ans
Parent
commit
2a675e046f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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[],
 }