PokéRogue
    Preparing search index...

    Interface SelectedDevice

    The name of the selected device for each device type.

    interface SelectedDevice {
        "0"?: string;
        "1": string;
    }
    Index
    0? 1
    "0"?: string
    "1": string

    "default"