UNPKG

twisted

Version:
11 lines (10 loc) 262 B
export declare namespace PercentilesDTO { interface Percentile { /** All challenges. */ [key: string]: Percentiles; } interface Percentiles { /** Percent distribution for a challenge. */ [key: string]: number; } }