Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 723 Bytes

File metadata and controls

22 lines (15 loc) · 723 Bytes

TeamProjects

Properties

Name Type Description Notes
totalCount number [optional] [default to undefined]
items Array<ProjectSummary> Details on each project where team members have write privileges on at least one resource type (e.g. flags) [optional] [default to undefined]

Example

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

const instance: TeamProjects = {
    totalCount,
    items,
};

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