Skip to content

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).

Operation

Promise<unknown>