interface FileUploadComponentData
extends
BaseComponentDataexport interface FileUploadComponentData extends BaseComponentDatacustomId : string
The custom id of the file upload
optionalmaxValues? : number
The maximum number of files that can be uploaded (1-10)
optionalminValues? : number
The minimum number of files that can be uploaded (0-10)
optionalrequired? : boolean
Whether this component is required in modals