| Name | Type | Description | Notes |
|---|---|---|---|
| totalCount | number | The total number of flag references | [default to undefined] |
| items | Array<FlagReferenceRep> | A list of flag references | [default to undefined] |
import { FlagReferenceCollectionRep } from 'launchdarkly-api-typescript';
const instance: FlagReferenceCollectionRep = {
totalCount,
items,
};