We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df984eb commit b9c677dCopy full SHA for b9c677d
lib/types/server/options.d.ts
@@ -6,8 +6,7 @@ import { MimosOptions } from '@hapi/mimos';
6
import { PluginSpecificConfiguration } from '../plugin';
7
import { RouteOptions } from '../route';
8
import { CacheProvider, ServerOptionsCache } from './cache';
9
-import { SameSitePolicy } from './state';
10
-import { ServerStateCookieOptions } from './state';
+import { SameSitePolicy, ServerStateCookieOptions } from './state';
11
12
export interface ServerOptionsCompression {
13
minBytes: number;
0 commit comments