Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 564 Bytes

File metadata and controls

22 lines (15 loc) · 564 Bytes

OptionsArray

Properties

Name Type Description Notes
label string [optional] [default to undefined]
value string [optional] [default to undefined]

Example

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

const instance: OptionsArray = {
    label,
    value,
};

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