@capgo/cli
Version:
A CLI to upload to capgo servers
9 lines (8 loc) • 352 B
TypeScript
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 {};