| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the custom property of this type. | [default to undefined] |
| value | Array<string> | An array of values for the custom property data to associate with this flag. | [default to undefined] |
import { CustomProperty } from 'launchdarkly-api-typescript';
const instance: CustomProperty = {
name,
value,
};