diff --git a/src/stores/property/types.ts b/src/stores/property/types.ts index 778b6504..b93e8fb3 100644 --- a/src/stores/property/types.ts +++ b/src/stores/property/types.ts @@ -1,5 +1,5 @@ export type Property = { name: string; - nameEn: string; + nameEN: string; type: Record; };