Circle V2 API Docs
Preparing search index...
@repo/shared-ipc
ApiFetchResponse
Type Alias ApiFetchResponse
Serialized response from
api:fetch
. Bodies are text (tRPC payloads are JSON).
type
ApiFetchResponse
=
{
body
:
string
;
headers
:
Record
<
string
,
string
>
;
status
:
number
;
statusText
:
string
;
}
Index
Properties
body
headers
status
status
Text
Properties
body
body
:
string
headers
headers
:
Record
<
string
,
string
>
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
status
status
Text
Circle V2 API Docs
Loading...
Serialized response from
api:fetch. Bodies are text (tRPC payloads are JSON).