mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 07:22:54 +10:00
feat(acls): added backend acls
This commit is contained in:
Vendored
+3
-3
@@ -6,9 +6,9 @@ import { SessionHandler } from "./internal/session";
|
||||
export * from "h3";
|
||||
declare module "h3" {
|
||||
interface H3EventContext {
|
||||
session: SessionHandler;
|
||||
metadataHandler: MetadataHandler;
|
||||
ca: CertificateAuthority;
|
||||
objects: ObjectBackend
|
||||
objects: ObjectBackend;
|
||||
}
|
||||
}
|
||||
|
||||
export type MinimumRequestObject = { headers: Headers };
|
||||
|
||||
Reference in New Issue
Block a user