|
|
@@ -1,6 +1,7 @@
|
|
|
-import { HasObjectId, IUserGroupRelation, Ref } from '@growi/core';
|
|
|
+import type {
|
|
|
+ HasObjectId, IUserGroupRelation, Ref, IUserGroup,
|
|
|
+} from '@growi/core';
|
|
|
|
|
|
-import { IUserGroup } from '../../../interfaces/user';
|
|
|
|
|
|
export const ExternalGroupProviderType = { ldap: 'ldap' } as const;
|
|
|
export type ExternalGroupProviderType = typeof ExternalGroupProviderType[keyof typeof ExternalGroupProviderType];
|