const hostsSanitizer = (data: Array): Array => data?.filter((host) => host.host_uuid); export default hostsSanitizer;