import { Hosts } from "./Hosts";
/** GetReverseDns */
export interface GetReverseDns {
    /** ips */
    ips?: Hosts;
}
