ConnectOptions type

Opciones de conexión para el servicio.

type ConnectOptions = {
  exposeNetwork?: string
  headers?: { [key: string]: string }
  slowMo?: number
  timeout?: number
}