OS Probabilities API - v0.1.0
    Preparing search index...

    Interface DrawTrace

    interface DrawTrace {
        candidateCount: number;
        candidates: CandidateTrace[];
        drawIndex: number;
        excluded: ExcludedItemTrace[];
        roll: string;
        selectedId: string;
        totalWeight: string;
    }
    Index

    Properties

    candidateCount: number
    candidates: CandidateTrace[]
    drawIndex: number
    excluded: ExcludedItemTrace[]
    roll: string
    selectedId: string
    totalWeight: string