export type UploadCallback = (files: File[] | FileList) => Promise export interface BottomAction { title: string action: () => void, }