Update api/src/cms/dto/contentType.dto.ts

This commit is contained in:
Med Marrouchi
2025-04-16 17:27:38 +01:00
committed by GitHub
parent 00cf334788
commit 40ccf73331

View File

@@ -40,7 +40,7 @@ export class ContentField {
message:
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
})
type: `${FieldType}`;
type: `${FieldType}` | FieldType;
}
export class ContentTypeCreateDto {