| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<BrtcLink> | [default to undefined] | |
| data | Endpoint | [default to undefined] | |
| errors | Array<BrtcError> | [default to undefined] |
import { EndpointResponse } from 'bandwidth-sdk';
const instance: EndpointResponse = {
links,
data,
errors,
};