nexus-rpc
    Preparing search index...

    Variable HandlerStartOperationResultExperimental

    HandlerStartOperationResult: {
        "[hasInstance]": (this: any, value: object) => boolean;
        async(token: string): HandlerStartOperationResultAsync;
        sync<T>(value: T): HandlerStartOperationResultSync<T>;
    }

    The return type from the OperationHandler.start method.

    Use either HandlerStartOperationResult.sync or HandlerStartOperationResult.async to create a result object. Do not implement this interface directly.

    Type declaration