This commit is contained in:
pradeepkumar
2026-01-24 22:31:14 +05:30
parent a0559a17f1
commit b940e77a67
2 changed files with 14 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ export type FieldType =
| 'DATE'
| 'TAG_INPUT'
| 'FILE'
| 'FILE_UPLOAD';
| 'FILE_UPLOAD'
| 'REPEATER';
// Types
export interface FieldOption {