Add related help titles and fix umlauts
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-23 10:05:29 +01:00
parent df5e8204fa
commit 0db0ddf3c4
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 & {