メインコンテンツへスキップ
バージョン: 11.x

Type Alias: TRPCFetch()

TRPCFetch: (url, options?) => Promise<ResponseEsque>

Defined in: packages/client/dist/types.d-CdPnK6XH.d.mts:151

The default fetch implementation has an overloaded signature. By convention this library only uses the overload taking a string and options object.

Parameters

ParameterType
urlstring
options?RequestInit

Returns

Promise<ResponseEsque>