export enum MoEngageNudgePosition {
  Top = "top",
  Bottom = "bottom",
  BottomLeft = "bottomLeft",
  BottomRight = "bottomRight",
  Any = "any"
}
