UNPKG

@wca/helpers

Version:

Helpers and class definitions for WCA and WCIF

6 lines (5 loc) 140 B
import { AttemptResult } from './attemptResult'; export interface Attempt { result: AttemptResult; reconstruction: string | null; }