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