|
@@ -1,4 +1,4 @@
|
|
|
-import { IPageHasId, IUser } from '@growi/core';
|
|
|
|
|
|
|
+import type { IPageHasId, IUser } from '@growi/core/dist/interfaces';
|
|
|
import type { Request, Response } from 'express';
|
|
import type { Request, Response } from 'express';
|
|
|
import createError from 'http-errors';
|
|
import createError from 'http-errors';
|
|
|
import { mock } from 'vitest-mock-extended';
|
|
import { mock } from 'vitest-mock-extended';
|