Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 695 Bytes

File metadata and controls

23 lines (16 loc) · 695 Bytes

ExpandedLinkedFlags

Details on linked flags for a view - requires passing the 'allFlags' expand field

Properties

Name Type Description Notes
items Array<ExpandedFlag> [default to undefined]
totalCount number [default to undefined]

Example

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

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

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