mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-11 09:51:44 +08:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
|
|
import { IPaginationRequestBody } from './base';
|
||
|
|
|
||
|
|
export interface IFileListRequestBody extends IPaginationRequestBody {
|
||
|
|
parent_id?: string; // folder id
|
||
|
|
}
|