import { FlashListProps } from '@shopify/flash-list' type ListFooterComponent = { ListFooterComponent: Pick, 'ListFooterComponent'> isLoading?: never } type IsLoading = { isLoading: boolean ListFooterComponent?: never } export type InfiniteScrollerViewProps = FlashListProps & Omit, 'ListFooterComponent'> & (ListFooterComponent | IsLoading)