chore(api-key): re-export types

This commit is contained in:
jslno
2025-12-06 23:44:38 +01:00
parent b1ea1f520f
commit a1842ef4bd

View File

@@ -337,3 +337,5 @@ export const apiKey = (options?: ApiKeyOptions | undefined) => {
schema,
} satisfies BetterAuthPlugin;
};
export type * from "./types";