Type Alias TickOptions

TickOptions: {
    asClockTime?: boolean;
    elapsed?: Interval;
    interval: Interval;
    loops?: number;
}