Add related help titles and fix umlauts
This commit is contained in:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user