UNPKG

@bitcobblers/wod-wiki-library

Version:

A specialized markdown-like workout syntax editor and runtime for defining workouts

9 lines (8 loc) 236 B
import { IRuntimeEvent } from './IRuntimeEvent'; import { RuntimeMetric } from './RuntimeMetric'; export interface ITimeSpan { start?: IRuntimeEvent; stop?: IRuntimeEvent; blockKey?: string; metrics?: RuntimeMetric[]; }