vcapi-workers / Exports / types
Module: types
Hono 用の型引数 <Env & { Variables: Variables } & ...> を長々と書くのがつらいので
type App = Hono<CustomHonoEnv> や Context といったショートハンドを書いたもの
Table of contents
Interfaces
Type Aliases
Type Aliases
App
Ƭ App: Hono<Env>
Defined in
src/types.ts:20 (opens in a new tab)
Context
Ƭ Context: Context<Env>
Defined in
src/types.ts:17 (opens in a new tab)
Env
Ƭ Env: Env & CustomEnv & { Variables: Variables }