form-service .ts code completed, not check and debugged

This commit is contained in:
OkaykOrhmn 2025-07-16 10:40:12 +03:30
parent 50ead64e69
commit 3c0f937295
2 changed files with 2 additions and 2 deletions

0
git Normal file
View File

View File

@ -56,10 +56,10 @@ export class FormSection extends BaseEntity {
attachments: Attachment[]; attachments: Attachment[];
@Prop({ @Prop({
type: [DisplayContidionSchema], type: [DisplayConditionSchema],
default: [], default: [],
}) })
displayCondition: DisplayContidion[]; displayCondition: DisplayCondition[];
@Prop({ @Prop({
type: [QuestionSchema], type: [QuestionSchema],