mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
chore(api-key): re-export types
This commit is contained in:
@@ -337,3 +337,5 @@ export const apiKey = (options?: ApiKeyOptions | undefined) => {
|
||||
schema,
|
||||
} satisfies BetterAuthPlugin;
|
||||
};
|
||||
|
||||
export type * from "./types";
|
||||
|
||||
Reference in New Issue
Block a user