Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
<internal>
ProxyOptions
Interface ProxyOptions
interface
ProxyOptions
{
host
:
string
;
port
:
number
;
protocol
?:
"http:"
|
"https:"
;
auth
?:
{
username
?:
string
;
password
?:
string
}
;
}
Index
Properties
host
port
protocol?
auth?
Properties
host
host
:
string
port
port
:
number
Optional
protocol
protocol
?:
"http:"
|
"https:"
Optional
auth
auth
?:
{
username
?:
string
;
password
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
host
port
protocol
auth
Sanity Library Reference Docs
Loading...