Skip to content

Commit 6a87c41

Browse files
gn-t-kclaude
andcommitted
chore: worker-configuration.d.ts を更新
wrangler types コマンドによって自動生成されたファイルの更新です。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 199d370 commit 6a87c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/worker-configuration.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7694,7 +7694,7 @@ declare namespace Rpc {
76947694
export type Stub<T extends Stubable> = Provider<T> & StubBase<T>;
76957695
// This represents all the types that can be sent as-is over an RPC boundary
76967696
type BaseType =
7697-
| void
7697+
| undefined
76987698
| undefined
76997699
| null
77007700
| boolean

0 commit comments

Comments
 (0)