Yuki Takei 1 год назад
Родитель
Сommit
3b994f80d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/server/util/granted-group.ts

+ 1 - 1
apps/app/src/server/util/granted-group.ts

@@ -1,6 +1,6 @@
 import { type IGrantedGroup, GroupType } from '@growi/core';
 import { type IGrantedGroup, GroupType } from '@growi/core';
 
 
-import { ObjectIdLike } from '../interfaces/mongoose-utils';
+import type { ObjectIdLike } from '../interfaces/mongoose-utils';
 
 
 export const divideByType = (grantedGroups: IGrantedGroup[] | null): {
 export const divideByType = (grantedGroups: IGrantedGroup[] | null): {
   grantedUserGroups: ObjectIdLike[];
   grantedUserGroups: ObjectIdLike[];