UNPKG

@bitcobblers/wod-wiki-library

Version:

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

6 lines (5 loc) 147 B
import { IRuntimeEvent } from './IRuntimeEvent'; export interface IRuntimeLog extends IRuntimeEvent { blockId: string; blockKey: string; }