export interface OnboardingStatusRequestParams { email: string; accountId: string; customerId: string; checkForSMB: boolean; csaMode: boolean; password: string; } export interface OnboardingStatusResponse { allAccountsExist: boolean; forwardUrl?: string; authToken?: string; }