Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 639 Bytes

File metadata and controls

22 lines (15 loc) · 639 Bytes

DynamicOptionsParser

Properties

Name Type Description Notes
optionsItems OptionsArray [optional] [default to undefined]
optionsPath string [optional] [default to undefined]

Example

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

const instance: DynamicOptionsParser = {
    optionsItems,
    optionsPath,
};

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