Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 638 Bytes

File metadata and controls

22 lines (15 loc) · 638 Bytes

ExpandedLinkedResourcesFlags

Properties

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

Example

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

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

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