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