Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 676 Bytes

File metadata and controls

22 lines (15 loc) · 676 Bytes

StatisticsRoot

Properties

Name Type Description Notes
projects Array<Link> The location and content type of all projects that have code references [optional] [default to undefined]
self Link [optional] [default to undefined]

Example

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

const instance: StatisticsRoot = {
    projects,
    self,
};

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