mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
@@ -1,6 +1,6 @@
|
||||
import { WatchOptions } from 'chokidar';
|
||||
import { StorageCore } from 'src/cores/storage.core';
|
||||
import { IStorageRepository, StorageEventType, WatchEvents } from 'src/domain/repositories/storage.repository';
|
||||
import { StorageCore } from 'src/domain/storage/storage.core';
|
||||
|
||||
interface MockWatcherOptions {
|
||||
items?: Array<{ event: 'change' | 'add' | 'unlink' | 'error'; value: string }>;
|
||||
|
||||
Reference in New Issue
Block a user