| Name | Type | Description | Notes |
|---|---|---|---|
| optionsItems | OptionsArray | [optional] [default to undefined] | |
| optionsPath | string | [optional] [default to undefined] |
import { DynamicOptionsParser } from 'launchdarkly-api-typescript';
const instance: DynamicOptionsParser = {
optionsItems,
optionsPath,
};