fix
This commit is contained in:
@@ -12,7 +12,9 @@ export type FieldType =
|
||||
| 'RANGE'
|
||||
| 'NUMBER'
|
||||
| 'DATE'
|
||||
| 'TAG_INPUT';
|
||||
| 'TAG_INPUT'
|
||||
| 'FILE'
|
||||
| 'FILE_UPLOAD';
|
||||
|
||||
// Types
|
||||
export interface FieldOption {
|
||||
@@ -33,6 +35,8 @@ export interface FieldValidation {
|
||||
minLength?: number;
|
||||
maxLength?: number;
|
||||
pattern?: string;
|
||||
allowedFormats?: string[];
|
||||
maxFileSize?: number;
|
||||
}
|
||||
|
||||
export interface FieldUiConfig {
|
||||
|
||||
Reference in New Issue
Block a user