Ver Fonte

fix GrantedGroup import

Futa Arai há 2 anos atrás
pai
commit
58079b0333
1 ficheiros alterados com 1 adições e 1 exclusões
  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';