Shun Miyazawa 4 년 전
부모
커밋
2a675e046f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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[],
 }