UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 146 B
import { WizardOptions } from '../utils/types'; export interface AppleWizardOptions extends WizardOptions { projectDir: string | undefined; }