| Name | Type | Description | Notes |
|---|---|---|---|
| add | Array<string> | [optional] [default to undefined] | |
| remove | Array<string> | [optional] [default to undefined] |
import { SegmentUserList } from 'launchdarkly-api-typescript';
const instance: SegmentUserList = {
add,
remove,
};