UseRequestEventsDataMap
import { UseRequestEventsDataMap } from "@hyper-fetch/react"
Description
Defined in helpers/use-request-events/use-request-events.types.ts:17
Preview
type UseRequestEventsDataMap = {
unmount: VoidFunction;
}
Structure
{
unmount: VoidFunction;
}