nose-pluto/nose/global.d.ts
2025-09-29 21:18:39 -07:00

6 lines
120 B
TypeScript

// src/global.d.ts
import type { Context as HonoContext } from "hono"
declare global {
type Context = HonoContext
}