interface FileUploadModalData

export interface FileUploadModalData extends BaseModalData<ComponentType.FileUpload>

attachments : Collection<string, Attachment>

The resolved attachments

customId : string

The custom id of the file upload

files : readonly Attachment[]

id : number

The id of the field

Inherited from: BaseModalData

type : Type

The component type of the field

Inherited from: BaseModalData

values : Array<string>

The values of the file upload