| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: any; } | The location and content type of related resources | [default to undefined] |
| sdkVersions | Array<SdkVersionRep> | The list of SDK names and versions | [default to undefined] |
import { SdkVersionListRep } from 'launchdarkly-api-typescript';
const instance: SdkVersionListRep = {
_links,
sdkVersions,
};