UNPKG

@bitcobblers/wod-wiki-library

Version:

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

9 lines (8 loc) 230 B
import { MetricValue } from './MetricValue'; export type RuntimeMetricEdit = { blockKey: string; index: number; metricType: "repetitions" | "resistance" | "distance"; newValue: MetricValue; createdAt: Date; };