export default interface HostInfo {
    host: string;
    name: string;
    https: boolean;
}
