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