UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (4 loc) 139 B
import { WizardOptions } from '../utils/types'; export interface ReactNativeWizardOptions extends WizardOptions { uninstall: boolean; }