Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 548 Bytes

File metadata and controls

20 lines (13 loc) · 548 Bytes

TeamMembers

Properties

Name Type Description Notes
totalCount number The total count of members that belong to the team [optional] [default to undefined]

Example

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

const instance: TeamMembers = {
    totalCount,
};

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