UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

5 lines (4 loc) 240 B
import { WizardOptions } from '../../utils/types'; type WizardFunction = (options: WizardOptions) => Promise<void>; export declare function checkIfMoreSuitableWizardExistsAndAskForRedirect(): Promise<WizardFunction | undefined>; export {};