# NodeInfoServices

NodeInfoServices contains the third party sites this server can connect to via their application API

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inbound** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**outbound** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

```typescript
import { NodeInfoServices } from 'berg';

const instance: NodeInfoServices = {
    inbound,
    outbound,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
