CommandQueueOptions
import { CommandQueueOptions } from "@hyper-fetch/core"
Description
Defined in command/command.types.ts:238
Preview
type CommandQueueOptions = {
dispatcherType: auto | fetch | submit;
}
Structure
{
dispatcherType: auto | fetch | submit;
}