UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

6 lines (5 loc) 200 B
import type { WizardOptions } from '../utils/types'; /** * Flask wizard powered by the universal agent runner. */ export declare function runFlaskWizardAgent(options: WizardOptions): Promise<void>;