diff --git a/komga-webui/src/types/komga-transientbooks.ts b/komga-webui/src/types/komga-transientbooks.ts index cc635f931..884988224 100644 --- a/komga-webui/src/types/komga-transientbooks.ts +++ b/komga-webui/src/types/komga-transientbooks.ts @@ -1,9 +1,5 @@ import {PageDto} from '@/types/komga-books' -export interface ScanRequestDto { - path: string, -} - export interface TransientBookDto { id: string, name: string,