Type alias IPCConnectionOptions

IPCConnectionOptions: Partial<ResolvedIPCConnectionOptions> & {
    entryPoint: string;
    serverName: string;
}

Type declaration

  • Readonly entryPoint: string
  • Readonly serverName: string