export type RootStackParamList = {
  Root: undefined;
  NotFound: undefined;
};

export type BottomTabParamList = {
  Home: undefined;
  Search: undefined;
  Settings: undefined;
};

export type HomeStackParamList = {
  List: undefined;
  Detail: undefined;
};
