Skip to content

Commit cff4440

Browse files
committed
refactor: remove not used types
1 parent 1d50db2 commit cff4440

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export type Env = {
1515
}
1616
Bindings: {
1717
ASSETS?: Fetcher
18-
__STATIC_CONTENT?: KVNamespace
19-
MCP_OBJECT?: DurableObjectNamespace
2018
}
2119
}
2220

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const app = new Hono<{
1616
}
1717
Bindings: {
1818
ASSETS?: Fetcher
19-
MCP_OBJECT?: DurableObjectNamespace
2019
}
2120
}>()
2221

0 commit comments

Comments
 (0)