| Name | Type | Description | Notes |
|---|---|---|---|
| flags | { [key: string]: Array<StatisticRep>; } | A map of flag keys to a list of code reference statistics for each code repository in which the flag key appears | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [default to undefined] |
import { StatisticCollectionRep } from 'launchdarkly-api-typescript';
const instance: StatisticCollectionRep = {
flags,
_links,
};