Restate Typescript SDK
    Preparing search index...
    GenIngress: Omit<
        clients.Ingress,
        | "serviceClient"
        | "serviceSendClient"
        | "objectClient"
        | "objectSendClient"
        | "workflowClient",
    >

    Minimal ingress interface required by the sdk-gen ingress helpers. Structurally compatible with Ingress from @restatedev/restate-sdk-clients — any object returned by connect() satisfies this.