Xivgear Types Documentation
    Preparing search index...

    Contains number, start time, and end time for a cycle.

    type CycleInfo = {
        cycleNum: number;
        end: number | null;
        start: number;
    }
    Index

    Properties

    Properties

    cycleNum: number
    end: number | null
    start: number