# ListServiceEndpointsOK

Response containing service endpoints

## Properties

| Name         | Type                                                         | Description               | Notes                  |
| ------------ | ------------------------------------------------------------ | ------------------------- | ---------------------- |
| **services** | [**Array&lt;ServiceEndpointDto&gt;**](ServiceEndpointDto.md) | list of service endpoints | [default to undefined] |

## Example

```typescript
import { ListServiceEndpointsOK } from '@affinidi-tdk/wallets-client'

const instance: ListServiceEndpointsOK = {
  services,
}
```

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