export type RootStackParamList = { Login: undefined; EmailLogin: undefined; CountrySelect: undefined; MainApp: undefined; MainTabs: undefined; Cart: undefined; Home: undefined; Category: undefined; Chat: undefined; Profile: undefined; Search: undefined; SearchResult: { keyword: string }; ProductDetail: { productId: string; searchKeyword?: string }; ShippingDetailsSection: undefined; InquiryScreen: undefined; Address:undefined };