File tree 2 files changed +0
-11
lines changed
packages/start-client/src
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ export { renderRsc } from './renderRSC'
71
71
export { useServerFn } from './useServerFn'
72
72
export { serverFnFetcher } from './serverFnFetcher'
73
73
export {
74
- type DehydratedRouterState ,
75
- type DehydratedRouteMatch ,
76
74
type DehydratedRouter ,
77
75
type ClientExtractedBaseEntry ,
78
76
type StartSsrGlobal ,
Original file line number Diff line number Diff line change @@ -73,15 +73,6 @@ export interface ResolvePromiseState {
73
73
promiseState : DeferredPromiseState < any >
74
74
}
75
75
76
- export interface DehydratedRouterState {
77
- dehydratedMatches : Array < DehydratedRouteMatch >
78
- }
79
-
80
- export type DehydratedRouteMatch = Pick <
81
- MakeRouteMatch ,
82
- 'id' | 'status' | 'updatedAt' | 'loaderData'
83
- >
84
-
85
76
export interface DehydratedRouter {
86
77
manifest : Manifest | undefined
87
78
dehydratedData : any
You can’t perform that action at this time.
0 commit comments