UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

7 lines (6 loc) 206 B
import type { Answers } from 'inquirer'; import { BaseStep } from './BaseStep'; export declare class Welcome extends BaseStep { private static _didShow; emit(_answers: Answers): Promise<Answers>; }