Type alias Host

Host: {
    host: string;
    port: number;
}

Type declaration

  • host: string
  • port: number

Generated using TypeDoc