ConnectOptions type

Hizmet için bağlantı seçenekleri.

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