Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 540 Bytes

File metadata and controls

20 lines (13 loc) · 540 Bytes

MemberTeamsPostInput

Properties

Name Type Description Notes
teamKeys Array<string> List of team keys [default to undefined]

Example

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

const instance: MemberTeamsPostInput = {
    teamKeys,
};

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