import { Port } from './Port'; export interface Service { id: number; cryptoType: string; serviceName: string; discoveredDate?: Date; port: Port; target?: boolean; }