chore: update hono type
This commit is contained in:
parent
f747882565
commit
0663ab545b
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue