fix: Export QuickImportResult interface for proper type usage in QuickImportController
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Injectable, BadRequestException } from '@nestjs/common';
|
||||
|
||||
interface QuickImportResult {
|
||||
export interface QuickImportResult {
|
||||
markdown: string;
|
||||
source: 'ica' | 'pdf' | 'other';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user