Interface: UsePickupPointSearchResult
Properties
error
error: Error | null
isLoading
isLoading: boolean
points
points: PickupPointResult[]
refetch
refetch: () => Promise<void>
Re-run the current search, e.g. from a "try again" button.
Returns
Promise<void>