UNPKG

@capgo/cli

Version:
9 lines (8 loc) 352 B
type TrackSkip = (action: 'question_skipped', tags: { attempt_id: string; question_id: string; choice: string; reason: string; }, step: 'setup-method-select') => void; export declare function routeFreshIosSetupMethod(onMac: boolean, journeyId: string, trackAction: TrackSkip): 'setup-method-select' | 'api-key-instructions'; export {};