@nativewrappers/fivem
Version: 
Native wrappers and utilities for use with FiveM.
15 lines (14 loc) • 704 B
JavaScript
var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
  NotificationType2[NotificationType2["Default"] = 0] = "Default";
  NotificationType2[NotificationType2["Bubble"] = 1] = "Bubble";
  NotificationType2[NotificationType2["Mail"] = 2] = "Mail";
  NotificationType2[NotificationType2["FriendRequest"] = 3] = "FriendRequest";
  NotificationType2[NotificationType2["Default2"] = 4] = "Default2";
  NotificationType2[NotificationType2["Reply"] = 7] = "Reply";
  NotificationType2[NotificationType2["ReputationPoints"] = 8] = "ReputationPoints";
  NotificationType2[NotificationType2["Money"] = 9] = "Money";
  return NotificationType2;
})(NotificationType || {});
export {
  NotificationType
};