UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 179 B
import type { Answers } from 'inquirer'; import { BaseStep } from './BaseStep'; export declare class OpenSentry extends BaseStep { emit(answers: Answers): Promise<Answers>; }