UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 155 B
interface NextjsWizardOptions { promoCode?: string; } export declare function runNextjsWizard(options: NextjsWizardOptions): Promise<void>; export {};