UNPKG

archfit

Version:

Validate the fitness of your AWS solutions, without the heavy lifting!

7 lines (6 loc) 149 B
export interface FitnessResult { name: string; success: boolean; threshold: number; actual: string | Record<string, any> | number; }