Skip to content

Commit ccc0a8e

Browse files
fix types
1 parent cc45930 commit ccc0a8e

File tree

1 file changed

+1
-1
lines changed
  • packages/server-functions-plugin/src

1 file changed

+1
-1
lines changed

packages/server-functions-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export interface TanStackServerFnPluginEnvOpts {
204204
getRuntimeCode: () => string
205205
replacer: ReplacerFn
206206
}
207-
importer: (fn: DirectiveFn) => Promise<any>
207+
importer?: (fn: DirectiveFn) => Promise<any>
208208
}
209209

210210
export function TanStackServerFnPluginEnv(

0 commit comments

Comments
 (0)