export interface DropDownInputDto { keyword: string; filters: { [key: string]: string; }; filterLogical: string; limit: number; orderBy: string; order: string; }