fix: address feedback

This commit is contained in:
hexastack 2025-04-16 11:33:01 +01:00
parent a5f1aa25e4
commit 00cf334788

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 | `${FieldType}`;
type: `${FieldType}`;
}
export class ContentTypeCreateDto {