Przeglądaj źródła

use import type instead of import

Ryu Sato 2 lat temu
rodzic
commit
3b264e3c69
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/app/src/server/service/growi-bridge.ts

+ 1 - 1
apps/app/src/server/service/growi-bridge.ts

@@ -1,7 +1,7 @@
 import { Transform } from 'stream';
 import { Transform } from 'stream';
 
 
 import { Model } from 'mongoose';
 import { Model } from 'mongoose';
-import unzipStream, { Entry } from 'unzip-stream';
+import unzipStream, { type Entry } from 'unzip-stream';
 
 
 import loggerFactory from '~/utils/logger';
 import loggerFactory from '~/utils/logger';