This commit is contained in:
pradeepkumar
2026-03-26 18:30:41 +05:30
parent 2e52821b63
commit 429be1df99
2 changed files with 22 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ export interface CreateFieldDto {
export interface UpdateFieldDto {
name?: string;
slug?: string;
fieldType?: FieldType;
description?: string;
placeholder?: string;