first commit
This commit is contained in:
8
types/astro.locals.d.ts
vendored
Normal file
8
types/astro.locals.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Locals {
|
||||
user?: { sub: string; email?: string } | null;
|
||||
}
|
||||
}
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user