> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-feat-init-gt-translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 接続

```ts Example theme={null}
export interface Connection {
  name: string;
  strategy: string;
  metadata?: Record<string, string>;
}
```

<h2 id="properties">
  属性
</h2>

<ParamField body="metadata?" type="Record<string, string>" />

<ParamField body="name" type="string" />

<ParamField body="strategy" type="string" />
