---
lang: en
title: 'API docs: apiconnect.apiconnectspecoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/apiconnect
permalink: /doc/en/lb4/apidocs.apiconnect.apiconnectspecoptions.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/apiconnect](./apiconnect.md) &gt; [ApiConnectSpecOptions](./apiconnect.apiconnectspecoptions.md)

## ApiConnectSpecOptions type

Configuration for IBM API Connect extensions to the OpenAPI spec

<b>Signature:</b>

```typescript
export declare type ApiConnectSpecOptions = {
    targetUrl: string;
};
```

