import * as api from "./base"; export async function getHostsReport(): Promise> { return await api.get({ url: "/reports/hosts", }); }