UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

13 lines (12 loc) 428 B
import type { Answers } from 'inquirer'; import type { Args } from '../../Constants'; import { BaseIntegration } from './BaseIntegration'; /** * This class just redirects to the new `remix-wizard.ts` flow. */ export declare class Remix extends BaseIntegration { protected _argv: Args; constructor(_argv: Args); emit(_answers: Answers): Promise<Answers>; shouldConfigure(_answers: Answers): Promise<Answers>; }