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