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

    Interface RosterResponse

    interface RosterResponse {
        athletes: AthleteDetail[];
        coach: Coach;
    }
    Index

    Properties

    Properties

    athletes: AthleteDetail[]
    coach: Coach