File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import {
1818 RequestOptions ,
1919 ResolveOptions ,
2020 ResponseHeaders ,
21- RouteSegment ,
2221 TrailingSlash
2322} from './private' ;
2423
Original file line number Diff line number Diff line change 22// but which cannot be imported from `@sveltejs/kit`. Care should
33// be taken to avoid breaking changes when editing this file
44
5- import { ValidatedConfig } from './internal' ;
6-
75export interface AdapterEntry {
86 /**
97 * A string that uniquely identifies an HTTP service (e.g. serverless function) and is used for deduplication.
@@ -191,8 +189,6 @@ export interface Logger {
191189
192190export type MaybePromise < T > = T | Promise < T > ;
193191
194- export type Only < T , U > = { [ P in keyof T ] : T [ P ] } & { [ P in Exclude < keyof U , keyof T > ] ?: never } ;
195-
196192export interface Prerendered {
197193 pages : Map <
198194 string ,
You can’t perform that action at this time.
0 commit comments