Add related help titles and fix umlauts

This commit is contained in:
Codex Agent
2026-01-23 10:05:29 +01:00
parent a8edba85df
commit 86971bbf0e
5 changed files with 72 additions and 7 deletions

View File

@@ -365,7 +365,7 @@ export type HelpCenterArticleSummary = {
updated_at?: string;
status?: string;
translation_state?: string;
related?: Array<{ slug: string }>;
related?: Array<{ slug: string; title?: string | null }>;
};
export type HelpCenterArticle = HelpCenterArticleSummary & {