|-/redux | |- index.ts |- InfoOnboardingSlice.ts
const initialState: InfoOnboardingItemState = { showInfoOnboarding: true, showInfoOnboardingHadError: false, };
getShowInfoOnboardingItem: gets a boolean value that determines whether the user is successfully onboarded.
getShowInfoOnboardingHadError: gets a boolean value that determines if an error occurred while loading the onboarding information.
Last updated 1 year ago