interface AppStateFileUploadsInterface { files: FileList; isFirstUpload: boolean; } export default AppStateFileUploadsInterface;