From 0663ab545bfa969bee1e4daa9465d79ec88f4bc8 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:22:38 +0800 Subject: [PATCH] chore: update hono type --- packages/shared/src/hono.ts | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/packages/shared/src/hono.ts b/packages/shared/src/hono.ts index 14f5f0edc..f916b5dfd 100644 --- a/packages/shared/src/hono.ts +++ b/packages/shared/src/hono.ts @@ -11520,6 +11520,7 @@ declare const auth: { } & { image: string | null; handle: string | null; + twoFactorEnabled: boolean | null; }; session: { id: string; @@ -13472,6 +13473,7 @@ declare const auth: { } & { image: string | null; handle: string | null; + twoFactorEnabled: boolean | null; }; session: { id: string; @@ -16529,21 +16531,6 @@ declare const _routes: hono_hono_base.HonoBase | hono_types.MergeSchemaPath<{ "/": { $post: {