UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 215 B
import type { Answers } from 'inquirer'; import { BaseStep } from './BaseStep'; export declare class WaitForSentry extends BaseStep { emit(answers: Answers & { hash?: string; }): Promise<Answers>; }