ragflow / web /src /interfaces /request /file-manager.ts
balibabu
fix: cannot save the system model setting #468 (#508)
8c06509
raw
history blame
158 Bytes
import { IPaginationRequestBody } from './base';
export interface IFileListRequestBody extends IPaginationRequestBody {
parent_id?: string; // folder id
}