frontend
    Preparing search index...

    A single game route with its path and navigation label i18n key.

    interface GameRoute {
        icon: string;
        labelKey: string;
        path: string;
    }
    Index

    Properties

    Properties

    icon: string

    Emoji icon displayed next to the game name in navigation.

    labelKey: string
    path: string