| 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] |
import { QuickStats } from 'launchdarkly-api-typescript';
const instance: QuickStats = {
activeConfigs,
activeExperiments,
averageSatisfaction7D,
spendMonthToDate,
};