export type ElevationType = {
    level1: string;
    level2: string;
    level3: string;
    level4: string;
    level5: string;
};
