Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 597 Bytes

File metadata and controls

22 lines (15 loc) · 597 Bytes

SegmentUserList

Properties

Name Type Description Notes
add Array<string> [optional] [default to undefined]
remove Array<string> [optional] [default to undefined]

Example

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

const instance: SegmentUserList = {
    add,
    remove,
};

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