export type App = { name: string; url: string; type: string; metadata?: any; /** * If true, users will be required to complete onboarding before using this app */ onboarding_required?: boolean; };