UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

12 lines 300 B
export interface GroupedClientMetrics { environment: string; timestamp: Date; yes: number; no: number; } export interface ToggleMetricsSummary { featureName: string; lastHourUsage: GroupedClientMetrics[]; seenApplications: string[]; } //# sourceMappingURL=metrics.d.ts.map