Buzzr Sports Engine API
    Preparing search index...

    Type Alias StreaksResult

    type StreaksResult = {
        currentStreak: BetRollup["currentStreak"];
        longestLossStreak: number;
        longestWinStreak: number;
    }
    Index

    Properties

    currentStreak: BetRollup["currentStreak"]
    longestLossStreak: number
    longestWinStreak: number