UNPKG

tips-twisted

Version:
7 lines (6 loc) 179 B
export declare namespace ChallengePercentilesDTO { interface ChallengePercentile { /** Percent distribution for a challenge. */ [key: string]: number; } }