@valon-technologies/gestalt
    Preparing search index...

    Interface GrpcClientOptions

    interface GrpcClientOptions {
        address: string | URL;
        auth: Auth;
        fetch?: typeof fetch;
        transport: GrpcTransport;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string | URL
    auth: Auth
    fetch?: typeof fetch

    Optional fetch override for testing or custom runtimes.

    transport: GrpcTransport