We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaf9d4 commit 83d3e01Copy full SHA for 83d3e01
api/src/cms/dto/contentType.dto.ts
@@ -40,7 +40,7 @@ export class ContentField {
40
message:
41
"type must be one of the following values: 'text', 'url', 'textarea', 'checkbox', 'file', 'html'",
42
})
43
- type: `${FieldType}` | FieldType;
+ type: `${FieldType}`;
44
}
45
46
export class ContentTypeCreateDto {
0 commit comments