Restate Typescript SDK
    Preparing search index...

    Type Alias ImplementHandlers<H>Internal

    ImplementHandlers: {
        [K in keyof H]: (
            input: iface.InferInput<H[K]>,
        ) => Operation<iface.InferOutput<H[K]>>
    }

    Type Parameters