File size: 158 Bytes
8c06509
 
 
 
 
1
2
3
4
5
6
import { IPaginationRequestBody } from './base';

export interface IFileListRequestBody extends IPaginationRequestBody {
  parent_id?: string; // folder id
}