UNPKG

tcx-builder

Version:
8 lines (7 loc) 176 B
import { Duration } from './Duration'; export declare class UserInitiated extends Duration { constructor(options: { seconds: number; }); toXml(): string; }