| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The key of the attached agent skill. | [default to undefined] |
| version | number | The pinned skill version. | [default to undefined] |
import { VariationSkill } from 'launchdarkly-api-typescript';
const instance: VariationSkill = {
key,
version,
};