SongGuess
    Preparing search index...

    Interface ICookieProps

    Interface representing all cookie properties used by the application.

    interface ICookieProps {
        audioMuted?: boolean;
        audioVolume?: number;
        userID?: string;
        userName?: string;
    }
    Index

    Properties

    audioMuted?: boolean

    Whether audio is muted

    audioVolume?: number

    Audio volume level (0-1)

    userID?: string

    The user's unique identifier

    userName?: string

    The user's display name