diff --git a/src/env.d.ts b/src/env.d.ts
index 9bc5cb4..21a6ba6 100644
--- a/src/env.d.ts
+++ b/src/env.d.ts
@@ -1 +1,14 @@
-///
\ No newline at end of file
+///
+///
+
+declare namespace App {
+ interface Locals {
+ site?: any;
+ siteId?: string;
+ page?: any;
+ post?: any;
+ isAdminRoute?: boolean;
+ isPlatformAdmin?: boolean;
+ scope?: string;
+ }
+}
\ No newline at end of file