export type HelpCenterArticle = { url: string; title: string; description: string; };