| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<LinkSchema> | [optional] [default to undefined] | |
| data | object | The phone number lookup response data | [optional] [default to undefined] |
| errors | Array<LookupErrorSchema> | [optional] [default to undefined] |
import { LookupErrorResponse } from 'bandwidth-sdk';
const instance: LookupErrorResponse = {
links,
data,
errors,
};