UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

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