export enum MoENavigationType {
    SCREEN = "screen",
    DEEP_LINK = "deep_linking"
  }