interface ISendFileResponse { id: number; } export default ISendFileResponse;