Skip to content

Commit

Permalink
feat: update hono.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 6, 2024
1 parent b0bf5a1 commit 66174a0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/hono.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3317,9 +3317,6 @@ declare const _routes: hono_hono_base.HonoBase<Env, {
size_in_bytes?: number | undefined;
}[] | null | undefined;
};
collections: {
createdAt: string;
};
feeds: {
description: string | null;
title: string | null;
Expand All @@ -3335,7 +3332,6 @@ declare const _routes: hono_hono_base.HonoBase<Env, {
errorAt: string | null;
ownerUserId: string | null;
};
read: boolean | null;
users: {
[x: string]: {
name: string | null;
Expand All @@ -3348,14 +3344,6 @@ declare const _routes: hono_hono_base.HonoBase<Env, {
userIds: string[];
readCount: number;
} | null;
settings?: {
summary?: boolean | undefined;
translation?: "en" | "ja" | "zh-CN" | "zh-TW" | undefined;
rewriteRules?: {
from: string;
to: string;
}[] | undefined;
} | undefined;
} | undefined;
};
outputFormat: "json" | "text";
Expand Down

0 comments on commit 66174a0

Please sign in to comment.