chore: 更新directus类型
- 将ContactInfoTranslation的content由json改为markdown文本
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user