import { StandartParams } from "./standart_params"; export interface FileParams extends StandartParams { filter_filename?: string; }