Circle V2 API Docs
Preparing search index...
@repo/shared-ipc
ApiFetchRequest
Type Alias ApiFetchRequest
Request shape for
api:fetch
— HTTP proxied through the main process.
type
ApiFetchRequest
=
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
url
:
string
;
}
Index
Properties
body?
headers?
method?
url
Properties
Optional
body
body
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
url
Circle V2 API Docs
Loading...
Request shape for
api:fetch— HTTP proxied through the main process.