UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

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