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

    Interface DraftResponse

    interface DraftResponse {
        sports: {
            leagues: {
                abbreviation: string;
                draft: { rounds: DraftRound[] };
                name: string;
            }[];
            name: string;
            slug: string;
        }[];
    }
    Index

    Properties

    Properties

    sports: {
        leagues: {
            abbreviation: string;
            draft: { rounds: DraftRound[] };
            name: string;
        }[];
        name: string;
        slug: string;
    }[]