export default interface FileUploadResponse { id: string; file: string; path: string; }