Skip to main content
Version: 1.x.x

commandSendRequest


import { commandSendRequest } from "@hyper-fetch/core"

Description

Defined in command/command.utils.ts:113

Preview

commandSendRequest<Command>(command, options)

Parameters

NameDetails

command

Required

Command

options

Optional

FetchType<Command>

Returns

Promise<ClientResponseType<ExtractResponse<Command>, ExtractError<Command>>>