interface ISendFileDTO { session?: string; org?: string; orgUnit?: string; type: string; } export default ISendFileDTO;