Skip to content

Commit

Permalink
chore(start-client): remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Jan 30, 2025
1 parent e6aed4c commit abf9f05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions packages/start-client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export { renderRsc } from './renderRSC'
export { useServerFn } from './useServerFn'
export { serverFnFetcher } from './serverFnFetcher'
export {
type DehydratedRouterState,
type DehydratedRouteMatch,
type DehydratedRouter,
type ClientExtractedBaseEntry,
type StartSsrGlobal,
Expand Down
9 changes: 0 additions & 9 deletions packages/start-client/src/ssr-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ export interface ResolvePromiseState {
promiseState: DeferredPromiseState<any>
}

export interface DehydratedRouterState {
dehydratedMatches: Array<DehydratedRouteMatch>
}

export type DehydratedRouteMatch = Pick<
MakeRouteMatch,
'id' | 'status' | 'updatedAt' | 'loaderData'
>

export interface DehydratedRouter {
manifest: Manifest | undefined
dehydratedData: any
Expand Down

0 comments on commit abf9f05

Please sign in to comment.