Documentation
    Preparing search index...

    Type Alias PlayerContextType

    type PlayerContextType = {
        currentScore: Score | null;
        player: Player | null;
        setCurrentScore: Dispatch<SetStateAction<Score | null>>;
    }
    Index
    currentScore: Score | null
    player: Player | null
    setCurrentScore: Dispatch<SetStateAction<Score | null>>