Type alias UploadFileCallback

UploadFileCallback: ((file: File, context: Context) => Promise<void>)

Type declaration