export type MenuNames = 'download' | 'help' | 'information' | 'jupyter' | 'GeoTIFF' | 'citation' | null; export type DataType = 'csv' | 'geotiff' | null;