chore: 更新directus类型

- 将ContactInfoTranslation的content由json改为markdown文本
This commit is contained in:
2025-10-20 13:13:55 +08:00
parent e48c7fe238
commit 8269155ae3

View File

@ -23,7 +23,7 @@ export interface ContactInfoTranslation {
id: number; id: number;
contact_info_id?: ContactInfo | string | null; contact_info_id?: ContactInfo | string | null;
languages_code?: Language | string | null; languages_code?: Language | string | null;
content?: 'json' | null; content?: string | null;
} }
export interface DocumentsTranslation { export interface DocumentsTranslation {