UNPKG

@capgo/cli

Version:
4 lines (3 loc) 273 B
import type { OnboardingCheckOptions } from './background'; import type { PreparedOnboardingCheck } from './background-check'; export declare function prepareOnboardingCheck(options: OnboardingCheckOptions): Promise<Omit<PreparedOnboardingCheck, 'attemptId'> | undefined>;