Restate Typescript SDK
    Preparing search index...
    IngressSendHandlerClient: {
        readonly [K in keyof H]: [InferInput<H[K]>] extends [void]
            ? (opts?: clients.SendOpts<void>) => Promise<clients.Send>
            : (
                input: InferInput<H[K]>,
                opts?: clients.SendOpts<InferInput<H[K]>>,
            ) => Promise<clients.Send>
    }

    Typed ingress send client — each method returns Promise

    Type Parameters