mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
metadata engine
This commit is contained in:
Vendored
+3
-1
@@ -1,8 +1,10 @@
|
||||
import { MetadataHandler } from "./internal/metadata";
|
||||
import { SessionHandler } from "./internal/session";
|
||||
|
||||
export * from "h3";
|
||||
declare module "h3" {
|
||||
interface H3EventContext {
|
||||
session: SessionHandler
|
||||
session: SessionHandler;
|
||||
metadataHandler: MetadataHandler;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user