UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

9 lines (8 loc) 305 B
import { Integration } from '../lib/constants'; type AddEditorRulesStepOptions = { installDir: string; rulesName: string; integration: Integration; }; export declare const addEditorRulesStep: ({ installDir, rulesName, integration, }: AddEditorRulesStepOptions) => Promise<boolean>; export {};