Skip to content

Commit 2760a56

Browse files
fix(start-client-core): export OptionalFetcher type (#4001)
Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com>
1 parent d57f9f5 commit 2760a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/start-client-core/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export type {
7575
NextFn,
7676
Method,
7777
StaticCachedResult,
78+
OptionalFetcher,
7879
} from './createServerFn'
7980
export {
8081
applyMiddleware,

0 commit comments

Comments
 (0)