PokéRogue
    Preparing search index...
    type SettingOption = {
        confirmationMessage?: string;
        label: string;
        needConfirmation?: boolean;
        value: string;
    }
    Index

    Properties

    confirmationMessage?: string
    label: string
    needConfirmation?: boolean
    value: string