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 a9d23a4 commit 0761f79Copy full SHA for 0761f79
packages/start-client-core/src/tests/createServerFn.test-d.ts
@@ -9,10 +9,7 @@ import type {
9
ValidateSerializableInput,
10
Validator,
11
} from '@tanstack/router-core'
12
-import type {
13
- ConstrainValidator,
14
- ServerFnReturnType,
15
-} from '../createServerFn'
+import type { ConstrainValidator, ServerFnReturnType } from '../createServerFn'
16
17
test('createServerFn method with autocomplete', () => {
18
createServerFn().handler((options) => {
0 commit comments