Skip to content
Snippets Groups Projects
gateway.config.interface.ts 111 B
Newer Older
export interface IGateway {
  httpPort: number;
  tcpPort: number;
  messagePattern: string;
  host: string;
}