mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Deleting files in batches. #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -31,3 +31,9 @@ export interface IFolder {
|
||||
update_time: number;
|
||||
source_type: string;
|
||||
}
|
||||
|
||||
export type IFetchFileListResult = {
|
||||
files: IFile[];
|
||||
parent_folder: IFolder;
|
||||
total: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user