ResolvedQueueDataType
Import
import { ResolvedQueueDataType } from "@hyper-fetch/core"
Source
Package
Preview
type ResolvedQueueDataType<Request> = {
queryKey: string;
requests: ResolvedQueueItemType<Request>[];
stopped: boolean;
}
Structure
ResolvedQueueDataType
| Name | Type | Description |
|---|---|---|
| queryKey | | |
| requests | | |
| stopped | |
