I don't understand why [this PR](https://github.com/vbenjs/vite-plugin-mock/pull/105/files) was merged. Essentially, any type becomes any when using | any. And the response type becomes any. Perhaps it should be ```ts response?: ((this: RespThisType, opt: { url: Recordable; body: Recordable; query: Recordable; headers: Recordable; }) => any) | Recordable; ```