UNPKG

@peacockproject/core

Version:

Type definitions for Peacock's core.

11 lines (10 loc) 205 B
/** * LiveSplit-related types */ import { Seconds } from "./types"; export interface LiveSplitTimeCalcEntry { contractId: string; time: Seconds; location: string; isCompleted: boolean; }