mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
fix: notifications and store styling
This commit is contained in:
13
server/h3.d.ts
vendored
13
server/h3.d.ts
vendored
@ -1,14 +1 @@
|
||||
import { CertificateAuthority } from "./internal/clients/ca";
|
||||
import { MetadataHandler } from "./internal/metadata";
|
||||
import { ObjectBackend } from "./internal/objects";
|
||||
import { SessionHandler } from "./internal/session";
|
||||
|
||||
export * from "h3";
|
||||
declare module "h3" {
|
||||
interface H3EventContext {
|
||||
ca: CertificateAuthority;
|
||||
objects: ObjectBackend;
|
||||
}
|
||||
}
|
||||
|
||||
export type MinimumRequestObject = { headers: Headers };
|
||||
|
||||
Reference in New Issue
Block a user