chore: update hono type

This commit is contained in:
Stephen Zhou 2025-01-10 21:22:38 +08:00
parent f747882565
commit 0663ab545b
No known key found for this signature in database
1 changed files with 2 additions and 15 deletions

View File

@ -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<Env, ({
status: 200;
};
};
} & {
"/accounts": {
$get: {
input: {};
output: {
code: 0;
data: {
duplicateEmails: string[];
duplicateAccountIds: string[];
};
};
outputFormat: "json";
status: 200;
};
};
}, "/probes"> | hono_types.MergeSchemaPath<{
"/": {
$post: {