UNPKG

@bitcobblers/wod-wiki-library

Version:

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

9 lines (8 loc) 185 B
import { OutputEventType } from './OutputEventType'; export interface OutputEvent { eventType: OutputEventType; timestamp: Date; bag: { [key: string]: any; }; }