export const ALTITUDE_VERSION = "1.21" export const enum THEME_MODE { LIGHT= 'theme-light', DARK = 'theme-dark' }