ConnectOptions type

Options de connexion pour le service.

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