We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d002932 commit 314bba9Copy full SHA for 314bba9
lib/types/request.d.ts
@@ -6,8 +6,7 @@ import { Boom } from '@hapi/boom';
6
import { Podium } from '@hapi/podium';
7
8
import { PluginsStates, ServerRealm } from './plugin';
9
-import { ResponseObject } from '@hapi/shot';
10
-import { ResponseValue } from './response';
+import { ResponseValue, ResponseObject } from "./response";
11
import { RouteRules, RouteSettings } from './route';
12
import { Server, ServerAuthSchemeObjectApi } from './server';
13
import { HTTP_METHODS_PARTIAL, HTTP_METHODS_PARTIAL_LOWERCASE, PeekListener } from './utils';
0 commit comments