Skip to content

Commit 87e903b

Browse files
authored
fix(sveltekit): re-export SvelteKitAuthConfig (#9925)
1 parent 8a2ca6b commit 87e903b

File tree

1 file changed

+2
-0
lines changed
  • packages/frameworks-sveltekit/src/lib

1 file changed

+2
-0
lines changed

packages/frameworks-sveltekit/src/lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ export type {
242242
User,
243243
} from "@auth/core/types"
244244

245+
export type { SvelteKitAuthConfig }
246+
245247
const authorizationParamsPrefix = "authorizationParams-"
246248

247249
/**

0 commit comments

Comments
 (0)