| Name | Type | Description | Notes |
|---|---|---|---|
| statusCode | number | [optional] [default to undefined] | |
| message | string | [optional] [default to undefined] | |
| timestamp | number | [optional] [default to undefined] |
import { StoreIntegrationError } from 'launchdarkly-api-typescript';
const instance: StoreIntegrationError = {
statusCode,
message,
timestamp,
};