# Link Connections

## Domain Types

### Link Connection Status

- `LinkConnectionStatus object { handle, status }`

  - `handle: optional string`

  - `status: optional "pending" or "connected" or "revoked" or "not_connected"`

    - `"pending"`

    - `"connected"`

    - `"revoked"`

    - `"not_connected"`
