UNPKG

@capgo/cli

Version:
15 lines (14 loc) 421 B
import type { Command } from 'commander'; export interface OnboardingCheckOptions { cwd: string; command: string; attemptId?: string; appId?: string; apikey?: string; capacitorConfig?: string; packageJson?: string; mainFile?: string; supaHost?: string; supaAnon?: string; } export declare function startOnboardingCheck(command: Command, commandPath: string, workerUrl: URL): void;