UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

9 lines (8 loc) 331 B
import type { Answers } from 'inquirer'; import { Integration } from '../Constants'; import { BaseStep } from './BaseStep'; export declare class ChooseIntegration extends BaseStep { emit(_answers: Answers): Promise<Answers>; tryDetectingIntegration(): Integration | undefined; private _getIntegrationPromptSelection; }