@valon-technologies/gestalt
Preparing search index...
client
ClientOptions
Interface ClientOptions
interface
ClientOptions
{
address
:
string
|
URL
;
transport
:
RestTransport
|
GrpcTransport
;
auth
:
Auth
;
fetch
?:
typeof
fetch
;
}
Hierarchy (
View Summary
)
ClientOptions
GrpcClientOptions
RestClientOptions
Index
Properties
address
transport
auth
fetch?
Properties
address
address
:
string
|
URL
transport
transport
:
RestTransport
|
GrpcTransport
auth
auth
:
Auth
Optional
fetch
fetch
?:
typeof
fetch
Optional fetch override for testing or custom runtimes.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
transport
auth
fetch
@valon-technologies/gestalt
Loading...
Optional fetch override for testing or custom runtimes.