Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 608 Bytes

File metadata and controls

22 lines (15 loc) · 608 Bytes

VariationToolPost

Properties

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]

Example

import { VariationToolPost } from 'launchdarkly-api-typescript';

const instance: VariationToolPost = {
    key,
    version,
};

[Back to Model list] [Back to API list] [Back to README]