fix(captcha): export types from the captcha module

This commit is contained in:
Soham Ingle
2026-01-04 21:50:34 +05:30
parent d343b34cf6
commit 6d06e2bb1d

View File

@@ -6,6 +6,8 @@ import { EXTERNAL_ERROR_CODES, INTERNAL_ERROR_CODES } from "./error-codes";
import type { CaptchaOptions } from "./types";
import * as verifyHandlers from "./verify-handlers";
export type * from "./types";
export const captcha = (options: CaptchaOptions) =>
({
id: "captcha",