chore: 更新directus类型
- 将CompanyProfileTranslation中content字段类型由json改为markdown文本
This commit is contained in:
@ -9,7 +9,7 @@ export interface CompanyProfileTranslation {
|
||||
id: number;
|
||||
company_profile_id?: CompanyProfile | string | null;
|
||||
languages_code?: Language | string | null;
|
||||
content?: 'json' | null;
|
||||
content?: string | null;
|
||||
}
|
||||
|
||||
export interface ContactInfo {
|
||||
|
||||
Reference in New Issue
Block a user