diff options
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/common/core/store/models/propertyData.model.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts b/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts index 94cff8991..96e9fda7e 100644 --- a/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts +++ b/cds-ui/client/src/app/common/core/store/models/propertyData.model.ts @@ -20,8 +20,8 @@ import {IEntrySchema} from './entrySchema.model'; export interface IPropertyData{ - discription:string; - _type:string; + description:string; + type:string; required:boolean; entry_schema:IEntrySchema; }
\ No newline at end of file |