fix: address feedback

This commit is contained in:
hexastack
2025-04-16 11:26:45 +01:00
parent 2e04f3cef4
commit a5f1aa25e4

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