export interface SoilDatabase { soilUserSettings: { value: string }; soilFile: { downloadUrl: string }; }