Files
super-app/App/common/constants/EventNameConstants.ts
Chirayu Mor aff529ce6e NTP-44488| Chirayu| BackSwipe gesture Handling IOS (#15353)
Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
2025-03-11 09:57:00 +00:00

6 lines
148 B
TypeScript

export enum NativeEventNameConstants {
reloadPage = "reloadPage",
reloadPageWithCtaData = "reloadPageWithCtaData",
BackSwipe = "BackSwipe",
}