import { MySetting } from '../services/api/setting'; export type RootStackParamList = { CountrySelect: undefined; MainApp: undefined; Login: undefined; EmailLogin: undefined; MainTabs: undefined; Search: undefined; SearchResult: { keyword?: string, category_id?: number, formData?: FormData }; ImageSearchResultScreen: { image?: string, type?: number }; ProductDetail: { productId: string; searchKeyword?: string }; Balance: undefined; ShippingDetailsSection: undefined; InquiryScreen: undefined; Recipient: { items: { cart_item_id: number }[] }; AddRess: undefined; SettingList: undefined; CountrySetting: { mySetting?: MySetting }; MyAddress: undefined; CartScreen: undefined; PaymentSuccessScreen: { paymentId?: string; PayerID?: string }; PayError: undefined; MyAccount: undefined; Google: undefined; ConfirmOrder: undefined; Pay: undefined; Status: undefined; OrderDetails: undefined; TikTokScreen: undefined; BrowseHistoryScreen: undefined; Collection: undefined; MemberIntroduction: undefined; CompanyScreen: undefined; PreviewAddress: undefined; AddressList: undefined; AddAddress: undefined; EditAddress: undefined; PaymentMethod: undefined; ShippingFee: undefined; PreviewOrder: undefined; ForgotPhonePassword: undefined; };