@mikelaferriere/espn-api
    Preparing search index...

    Interface Competitor

    interface Competitor {
        homeAway: string;
        id: string;
        leaders: Leader[];
        linescores: { value: number }[];
        order: number;
        probables: FeaturedAthelete[];
        records: Record[];
        score: string;
        statistics: Statistic[];
        team: Team;
        type: string;
        uid: string;
        winner: boolean;
    }
    Index

    Properties

    homeAway: string
    id: string
    leaders: Leader[]
    linescores: { value: number }[]
    order: number
    probables: FeaturedAthelete[]
    records: Record[]
    score: string
    statistics: Statistic[]
    team: Team
    type: string
    uid: string
    winner: boolean