| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| items | Array<Destination> | An array of Data Export destinations | [optional] [default to undefined] |
import { Destinations } from 'launchdarkly-api-typescript';
const instance: Destinations = {
_links,
items,
};