UNPKG

@wca/helpers

Version:

Helpers and class definitions for WCA and WCIF

6 lines (5 loc) 141 B
import { AttemptResult } from './attemptResult'; export interface Cutoff { numberOfAttempts: number; attemptResult: AttemptResult; }