fix(open-api): export open api types (#1109)

This commit is contained in:
Bereket Engida
2025-01-03 09:42:50 +03:00
committed by GitHub
parent 825aa4373d
commit a06749f8d2

View File

@@ -91,3 +91,5 @@ export const openAPI = <O extends OpenAPIOptions>(options?: O) => {
},
} satisfies BetterAuthPlugin;
};
export type * from "./generator";