Kaynağa Gözat

fix GrantedGroup import

Futa Arai 2 yıl önce
ebeveyn
işleme
58079b0333
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      apps/app/src/server/util/granted-group.ts

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

@@ -1,4 +1,4 @@
-import { GrantedGroup, GroupType } from '@growi/core';
+import { type GrantedGroup, GroupType } from '@growi/core';
 
 import { ObjectIdLike } from '../interfaces/mongoose-utils';