Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 776 Bytes

File metadata and controls

26 lines (19 loc) · 776 Bytes

QuickStats

Properties

Name Type Description Notes
activeConfigs number [default to undefined]
activeExperiments number [default to undefined]
averageSatisfaction7D number [optional] [default to undefined]
spendMonthToDate number [optional] [default to undefined]

Example

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

const instance: QuickStats = {
    activeConfigs,
    activeExperiments,
    averageSatisfaction7D,
    spendMonthToDate,
};

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