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

    Interface Status

    interface Status {
        clock: number;
        displayClock: string;
        featuredAthletes: FeaturedAthelete[];
        period: number;
        type: {
            completed: boolean;
            description: string;
            detail: string;
            id: string;
            name: string;
            shortDetail: string;
            state: string;
        };
    }
    Index

    Properties

    clock: number
    displayClock: string
    featuredAthletes: FeaturedAthelete[]
    period: number
    type: {
        completed: boolean;
        description: string;
        detail: string;
        id: string;
        name: string;
        shortDetail: string;
        state: string;
    }