export interface TimerModel {
    start: number;
    elapsed: number;
}
