Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 700 Bytes

File metadata and controls

22 lines (15 loc) · 700 Bytes

FlagReferenceCollectionRep

Properties

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]

Example

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

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

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