Next
Next = (
op) =>Promise<unknown>
Defined in: packages/mcp-query/src/core/interceptors.ts:28
Invoke the next interceptor (or the real operation at the end of the chain).
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<unknown>