mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
import { SessionHandler } from "./internal/session";
|
|
|
|
export * from "h3";
|
|
declare module "h3" {
|
|
interface H3EventContext {
|
|
session: SessionHandler
|
|
}
|
|
}
|