export enum STORAGE {
  DEFAULT_LAYOUT_ID = "defaultLayoutId",
  CURRENT_LAYOUT_ID = "currentLayoutId",
  APP_LOADER_BRIDGE_NAME_SPACE = "loader_cache",
  REMOTE_CONFIGURATIONS = "remoteConfigurations",
}

export enum STORE_PLATFORM {
  lg = "lg_content_store",
  samsung = "samsung_app_store",
  vizio = "vizio_app_store",
}
