UNPKG

archfit

Version:

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

6 lines (5 loc) 205 B
import { ArchFitTest } from './ArchFitConfiguration'; import { ArchFitData } from './ArchFitData'; export interface DataService { getData(region: string, tests: ArchFitTest[]): Promise<ArchFitData>; }