5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
|
export { authOptions } from "./src/auth-options";
|
||
|
export { getServerSession } from "./src/get-session";
|
||
|
|
||
|
export type { Session } from "next-auth";
|