Parcourir la source

revert change IUserHasId import from

Tatsuya Ise il y a 2 ans
Parent
commit
be34426287

+ 1 - 1
apps/app/src/features/questionnaire/server/service/questionnaire.ts

@@ -1,9 +1,9 @@
 import crypto from 'crypto';
 import crypto from 'crypto';
 import * as os from 'node:os';
 import * as os from 'node:os';
 
 
+import type { IUserHasId } from '@growi/core';
 import mongoose from 'mongoose';
 import mongoose from 'mongoose';
 
 
-import { IUserHasId } from '~/interfaces/user';
 import { ObjectIdLike } from '~/server/interfaces/mongoose-utils';
 import { ObjectIdLike } from '~/server/interfaces/mongoose-utils';
 import { aclService } from '~/server/service/acl';
 import { aclService } from '~/server/service/acl';