export type OnboardingStatusUpdate = { onboarding_completed: boolean; /** * The app url or name or id */ app: string; };